Create contacts
POST/v3/contacts/batch
Create contacts
Request
- application/json
Body
array
Array [
]
Possible values: <= 255 characters
Full Name of contact
Possible values: <= 255 characters
Email of contact. Can be optional only if anonymous contact feature is enabled.
Possible values: <= 255 characters
Phone number of the contact
Possible values: <= 255 characters
Mobile number of the contact
Possible values: <= 255 characters
Job Title of the contact
Possible values: [contact
, employee
]
Default value: contact
Type of contact
Possible values: >= 1
, <= 100
List ids to which the contact should be added
Possible values: <= 255 characters
Reference ID of the anonymous contact
Possible values: <= 255 characters
, Value must match regular expression /^[a-zA-Z0-9]+$/
Unique ID of the contact
Unsubscribed status of the contact
Possible values: <= 255 characters
Reason for unsubscribing
Responses
- 202
Accepted
- */*
- Schema
- Example (from schema)
Schema
The contacts have been successfully created
The token will be used for getting status of contacts
{
"message": "string",
"token": "string"
}