Import a Contact

Imports a contact with the specified email or phone number.

The Contact Import API is designed for bulk importing/updating of contacts.

A POST to the API is identical to /api/v1/contact. However, the Import API does not return the DSID of newly created contact. Rather the create operation is queued, allowing for this API to be much faster than the Create or Edit a Contact API.

📘

Body of POST

The body of the POST must include a JSON representation of the Contact. The only field that is required is an email address or mobile phone number.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!