In the data payload all contact event types will have an after
and/or before
key with a contact object and an errors
key with a list of any error messages. All contact event types require the read_contacts
scope.
Event Type | Description |
---|---|
contact.created | When a new contact is created. |
contact.updated | When a contacts gets updated. |
contact.deleted | When a contact gets deleted. |
contact.merged | When a contact get merged with another. |
contact.unchanged | When attempting to create or update a contact but the contact or changes already exist. |