> For the complete documentation index, see [llms.txt](https://docs.truecaller.com/truecaller-for-business/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truecaller.com/truecaller-for-business/verified-campaigns/api-webhook-documentation/webhook-events/webhook-configuration.md).

# Webhook Configuration

{% hint style="danger" %}
A total of 5 webhooks can be configured under a customer account at a given point in time.
{% endhint %}

To configure your webhooks, simply follow these steps:

1. **Access Webhook :** Click on Manage Webhooks under Verified Campaigns&#x20;
2. **Create a New Webhook**: Click on the "Create webhook" button to begin adding a new webhook.
3. **Enter Webhook Details**:
   * **Webhook Name**: Provide a descriptive name for your webhook in the designated field. This name will be used to identify the webhook within the Truecaller for Business console. Please ensure the name is unique at any given time and does not exceed 50 characters.
   * **Webhook URL**: Enter the endpoint to which Truecaller should send the webhook notifications. For enhanced security, you might consider including a self-generated key as part of your URL (e.g., `https://server.yourcompany.com/tcbiz-webhook?key=<yourkey>`).
4. **Select Event Type**: Choose the specific type of webhook event you wish to receive notifications for. Currently, webhooks are available for Verified Campaigns-Detailed  Whenever a response occurs for these enabled features, we will capture it as an event and send it to your configured URL.

   *You can review event logs for your webhooks on both the "Manage Webhooks" page and the dedicated "Webhook events" page. Detailed information for each event is available on its respective event details page, with logs retained for the last 30 days.*
5. **Finalize Creation**: Once all the required details are filled, click "Create." Your webhook will now be successfully set up.
6. **Test Your Webhook** : After creation, you can test your webhook to ensure it's functioning correctly.
   * Click on "Test Webhook" next to an existing webhook.
   * Select the event you wish to test (the default is "Call Me Back").
   * Click "Test URL" to send a test notification.

<figure><img src="/files/410fqrHNoHnqydnWdoPe" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.truecaller.com/truecaller-for-business/verified-campaigns/api-webhook-documentation/webhook-events/webhook-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
