Skip to main content
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.

Supported events

Webhooks can be configured for the following events:
EventDescription
SentAn email has been sent by Vero
DeliveredAn email has been delivered to the recipient’s email server
OpenedA customer has opened an email
ClickedA customer has clicked a link in an email
FailedAn email could not be sent due to an error
BouncedAn email was not delivered (hard or soft bounce)
ConvertedA customer has converted on a campaign
UnsubscribedA customer has unsubscribed
ResubscribedA customer has resubscribed
ComplainedA customer has marked an email as spam
User createdA user profile was created via the API or import
User updatedA user profile was updated via the API or import
For full payload examples for each event type, see the Vero 2.0 webhooks guide.