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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://referral-rocket.gitbook.io/docs/developer-tools/webhooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
