Contact
Maximum 500 records can be bulk inserted at a time
post/v1/contacts/insertbulk
Query parameters
returnFullDataboolean
Request body
Response
Created
Example response
{
"upsertedData": [
{
"firstName": "John",
"lastName": "Doe",
"fullName": "John Doe",
"phone": "12124567890",
"countryCode": "US",
"department": "Product",
"job": "Software Engineer",
"color": "#4c65ff"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.