> 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/business-chat/senders/sender-management/configure-sender-webhook.md).

# Configure Sender Webhook

Sender level webhook can be configured to receive inbound events and incoming messages for any given sender. &#x20;

{% hint style="info" %}
Webhooks and gRPC subscriptions cannot be enabled at the same time. Once a webhook is successfully set up, events will not be sent to your open gRPC subscriptions.
{% endhint %}

{% hint style="info" %}
We are also working to support webhook at a Partner account level. This will apply to all senders under the partner account. Stay tuned for future updates. &#x20;
{% endhint %}

A webhook can be configured against a approved sender only. Navigate to the [approved senders](https://business.truecaller.com/v2/business-messaging/approved-senders) page and scroll right to view actions. You will be able to add and manage your webhook from here.&#x20;

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

Detailed developer documentation on webhooks is hosted [here](https://docs.truecaller.com/business-chat-developer-docs). This link is behind authentication wall. This link will be authenticated only when its opened from within the [self serve portal](https://business.truecaller.com/signin) as shown below. &#x20;

<div align="center"><figure><img src="/files/af2wZ5ptFi1Uz3tuqYtN" alt="" width="240"><figcaption></figcaption></figure></div>


---

# 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/business-chat/senders/sender-management/configure-sender-webhook.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.
