Add Contact Api
Contacts
Add Contact
Adds a new contact to the specified organisation. If the contact is already associated with the organisation, the endpoint return its ID.
Request Body
contact(ContactUpload): The contact details to be uploaded. This includes email, first name, last name, and custom data.
Headers
X-API-Key: The API key for authentication.
Response
- Returns the ID of the newly created contact.
Errors
400 Bad Request: If the contact is already associated with the organisation.
POST
Add Contact Api
Authorizations
Key used to authenticate user API requests.
Body
application/json
Required string length:
1 - 63Required string length:
1 - 63Required string length:
1 - 63Required string length:
1 - 63Maximum array length:
16Required string length:
1 - 31Response
Successful Response