Create Contacts

The Create Contact (Async) API allows you to create contacts in the system without waiting for each contact to be processed immediately. It supports adding multiple contacts, defining attributes, and assigning them to audience lists or groups. Since this API works asynchronously, it processes the data in the background after accepting the request. The response only confirms that the request has been received successfully, it does not indicate that contact creation is complete.

Body Params

All necessary parameters should be passed in the request body in JSON format.

data
object
required

Define the main payload for creating contacts. This object must contain 'contact_type' and 'contacts', as these determine how the system processes each profile.

notify_callback
object

The sub-block callback is optional. Use either one or both of these sub-blocks. However, one of them is mandatory.

Headers
string
required

API key for authentication. You must have unique & valid api-key

string
required

Specifies the request content type. Must be application/json.

Responses

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json