Webhooks allow you to send real-time HTTP notifications to your systems whenever certain events occur in Vero, such as a message being sent, opened, or a user unsubscribing. You can add a webhook in your Vero account under Settings > Project > Reporting Webhooks.Documentation Index
Fetch the complete documentation index at: https://help.getvero.com/llms.txt
Use this file to discover all available pages before exploring further.
Supported events
Webhooks can be configured for the following events:| Event | Description |
|---|---|
| Sent | An email has been sent by Vero |
| Delivered | An email has been delivered to the recipient’s email server |
| Opened | A customer has opened an email |
| Clicked | A customer has clicked a link in an email |
| Failed | An email could not be sent due to an error |
| Bounced | An email was not delivered (hard or soft bounce) |
| Converted | A customer has converted on a campaign |
| Unsubscribed | A customer has unsubscribed |
| Resubscribed | A customer has resubscribed |
| Complained | A customer has marked an email as spam |
| User created | A user profile was created via the API or import |
| User updated | A user profile was updated via the API or import |

