| Property |
Type |
Description |
| AccountID |
Guid |
The accountID of the webhook |
| Url |
String |
The url of your API where the status updates will be send to |
| Settings |
Object |
The settings for the status update types you want to receive on your API. See object definition webhook settings |
| CreatedOn |
DateTime |
When the webhook was created in CET |
| CreatedOnUtc |
DateTime |
When the webhook was created in UTC |
| ModifiedOn |
DateTime |
When the webhook was last modified in CET |
| ModifiedOnUtc |
DateTime |
When the webhook was last modified in UTC |
| DeletedOn |
DateTime |
When the webhook was deleted in CET |
| DeletedOnUtc |
DateTime |
When the webhook was deleted in UTC |
| Property |
Type |
Description |
| Sent |
Boolean |
True if you want to receive sent events |
| Unsubscribe |
Boolean |
True if you want to receive unsubscribe events |
| Delivered |
Boolean |
True if you want to receive delivered events |
| Complaint |
Boolean |
True if you want to receive complaint events |
| Bounced |
Boolean |
True if you want to receive bounced events |
| Blacklisted |
Boolean |
True if you want to receive blacklisted events |
| Opened |
Boolean |
True if you want to receive opened events |
| ViewedInBrowser |
Boolean |
True if you want to receive viewed in browser events |
| Clicked |
Boolean |
True if you want to receive clicked events |
| PermanentBounced |
Boolean |
True if you want to receive permanent bounced events |
Updated almost 4 years ago