Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.08 KB

File metadata and controls

17 lines (14 loc) · 1.08 KB

# RestEWebhook

Properties

Name Type Description Notes
url string Webhook endpoint URL
enabled bool Whether webhook is enabled [default to true]
unsubscribed bool Trigger webhook when a contact unsubscribes [optional] [default to false]
dropped bool Trigger webhook when an email is dropped [optional] [default to false]
bounced bool Trigger webhook when an email bounces [optional] [default to false]
marked_spam bool Trigger webhook when an email is marked as spam [optional] [default to false]
clicked bool Trigger webhook when a link in the email is clicked [optional] [default to false]
opened bool Trigger webhook when an email is opened [optional] [default to false]
contact_created bool Trigger webhook when a new contact is created [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]