> For the complete documentation index, see [llms.txt](https://referral-rocket.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://referral-rocket.gitbook.io/docs/developer-tools/webhooks.md).

# Webhooks

Webhooks let you subscribe to events in Rocket Referral. When an event occurs, Rocket Referral sends notifications to the endpoints with the JSON payload that contains details of the event.

The following events are currently handled by Rocket Referral.&#x20;

1. Referrer / Affiliate Created
2. Referee Created
3. Participant unlocked a Reward

### Key Benefits

Webhooks offer several advantages for integrating with Rocket Referral:

* **Real-time Updates**: Receive near-instantaneous notifications as events occur within Rocket Referral
* **Selective Configuration**: Subscribe only to the specific events relevant to your needs

Lets[ get started](/docs/developer-tools/webhooks/setup.md). <br>
