Create contacts
POST/v3/contacts/batch
Create contacts
Request
Header Parameters
authorization stringrequired
Possible values: Value must match regular expression /Bearer [^\s]+/
Default value: Bearer <Token>
Custom Token generated from the App
- application/json
 
Body
array
Array [
]
full_name string
Possible values: <= 255 characters
Full Name of contact
phone string
Possible values: <= 255 characters
Phone number of the contact
mobile string
Possible values: <= 255 characters
Mobile number of the contact
email string
Possible values: <= 255 characters
Email of contact
job_title string
Possible values: <= 255 characters
Job Title of the contact
contact_type string
Possible values: [contact, employee]
Default value: contact
Type of contact
contact_list_ids number[]
Possible values: >= 1, <= 100
List ids to which the contact should be added
Responses
- 202
 
Accepted
- */*
 
- Schema
 - Example (from schema)
 
Schema
message string
The contacts have been successfully created
token string
The token will be used for getting status of contacts
{
  "message": "string",
  "token": "string"
}
Loading...