Contacts

Create contacts

Creates a batch of up to 1000 contacts as specified by the list of contacts.

The contacts are created asynchronously. A CONTACT_CREATE event will be generated for every successfully created contact.

post/v1/projects/{project_id}/contacts

Request body

Example request

{
  "contacts": [
    {
      "channel_identities": [
        {
          "channel": "WHATSAPP"
        }
      ],
      "channel_priority": [
        "WHATSAPP"
      ]
    }
  ]
}

Response

OK

Changes

No recorded changes to this endpoint across all 3 revisions of this API.