# Webhook

Webhook is a method by which an application or website can send data or notifications to a specific URL (web address) when a certain event happens.

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

* You need to copy your webhook url so that the bot can get the data from your storage.
* You can choose&#x20;
  * Bot receives a new message.
  * Bot does not have an answer for the message.
* Get more advanced, meet us at <hello@cxgenie.ai>.


---

# 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://documents.cxgenie.ai/integrations-and-connections/webhook.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.
