> ## 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.

# Webhooks

> Send real-time notifications about message events and user activity to external systems using Vero's webhooks.

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](/vero-2/integrations/setting-up-reporting-webhooks) in your Vero account under [Settings > Project > Reporting Webhooks](https://connect.getvero.com/settings/webhooks).

## 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            |

For full payload examples for each event type, see the [Vero 2.0 webhooks guide](/vero-2/integrations/setting-up-reporting-webhooks#webhook-payloads).
