crm
CreateContact crm
post/crm/contacts
Request body
Example request
{
"properties": {
"company": "Biglytics",
"email": "bcooper@biglytics.net",
"firstname": "Bryan",
"lastname": "Cooper",
"phone": "(877) 929-0687",
"website": "biglytics.net"
}
}Response
Created response.
Changes
No recorded changes to this endpoint across all 6 revisions of this API.