Create or update a contact
Contacts
Create or update a contact
Creates a new contact or updates an existing one based on email address. Returns information about whether the contact was created or updated.
POST
Create or update a contact
Authorizations
API token for authentication
Body
application/json
Response
Contact upserted successfully
Email address of the contact
Example:
"user@example.com"
The action that was performed: 'create' for new contacts, 'update' for existing contacts, 'error' if validation failed
Available options:
create, update, error Example:
"create"
Error message if the operation failed
Example:
null
