Webhook map
contactscreated(contacts.created)deleted(contacts.deleted)updated(contacts.updated)
domainscreated(domains.created)deleted(domains.deleted)updated(domains.updated)
emailsbounced(emails.bounced)clicked(emails.clicked)complained(emails.complained)delivered(emails.delivered)failed(emails.failed)opened(emails.opened)received(emails.received)scheduled(emails.scheduled)sent(emails.sent)suppressed(emails.suppressed)
HTTP handler setup
Events
Contacts
Created
contacts.created
A new contact was created
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Deleted
contacts.deleted
A contact was deleted
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Updated
contacts.updated
A contact was updated
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Domains
Created
domains.created
A new sending domain was created
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Deleted
domains.deleted
A sending domain was deleted
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Updated
domains.updated
A sending domain was updated
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Emails
Bounced
emails.bounced
An email bounced and was not delivered
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Clicked
emails.clicked
A recipient clicked a link in an email
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Complained
emails.complained
A recipient marked an email as spam
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Delivered
emails.delivered
An email was delivered to the recipient
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Failed
emails.failed
An email failed to send
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Opened
emails.opened
A recipient opened an email
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Received
emails.received
An inbound email was received
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Scheduled
emails.scheduled
An email was scheduled to be sent
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Sent
emails.sent
An email was accepted and sent
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Suppressed
emails.suppressed
An email was suppressed
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example