{
"type": "email_opt_out_created",
"payload": {
"email_address": "jane.doe@example.com",
"created_at": "2024-11-27T16:10:44.929678Z"
}
}Webhooks Events
Email opt out created
This event is triggered when a recipient opts out of survey emails.
The event payload contains the event timestamp and the opted-out email address.
WEBHOOK
emailOptOutCreated
{
"type": "email_opt_out_created",
"payload": {
"email_address": "jane.doe@example.com",
"created_at": "2024-11-27T16:10:44.929678Z"
}
}Was this page helpful?