latestOpenAPI 3.1.0MIT2026-08-177111141.8 KB

c4c26e52b406

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