# Custom Rewards

### 1. Register a webhook

Implement a public endpoint in your app and monitor the requests we make to it. Make sure to verify requests using the **signing secret** as in the given example. This is what protects the endpoint.

{% content-ref url="/pages/VUQOO7SsxVyCsSCZffOU" %}
[Webhooks](/developers/webhooks.md)
{% endcontent-ref %}

### 2. Create Custom Reward

Configure a custom reward with optional metadata and we will request your configured endpoint upon point redemption for this reward.

<figure><img src="/files/eZDn9pHsuHDbZIBVifwx" alt=""><figcaption></figcaption></figure>


---

# 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://docs.thx.network/campaign-managers/rewards/custom-rewards.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.
