CRM
Create contact
Creates a contact from an email address, or returns the existing contact when the email is already present. Optional profile fields are persisted as attributes when supported.
post/v1/contacts
Request body
Example request
{
"email": "jane@acme.com"
}Response
Contact was created or resolved.
Example response
{
"success": true
}