Contacts API

    v1.0

    Create, update, search, and manage your WhatsApp contacts database

    Create New Contact

    POST/api/contacts

    Request Body

    JSON
    {
      "name": "John Doe",
      "phone": "919876543210",
      "email": "john@example.com",
      "wabaId": "your_waba_id",
      "tags": ["customer", "premium"],
      "notes": "VIP customer",
      "customFields": {
        "company": "Acme Corp",
        "location": "Mumbai"
      }
    }

    Parameters

    FieldTypeRequiredDescription
    namestringYesContact name
    phonestringYesPhone with country code
    emailstringNoEmail address
    wabaIdstringYesYour WABA ID
    tagsarrayNoContact tags
    customFieldsobjectNoCustom field values