# Webhook

Webhooks are a convenient way to receive information from various applications or services. Also, webhook is a great way to make integrations with your other services, so in this guide we will show you an example on how to make a Monogoto hub integration with a custom webhook.

1\. Login into [Monogoto hub](https://hub.monogoto.io/).

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

2\. Go to **Integrations** section.

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

3\. From available integrations list please press on **Webhook** option.

<figure><img src="/files/1nBUNmItYufpx0IpRT2Y" alt=""><figcaption></figcaption></figure>

4\. Next please press on the button **+Setup Webhook.**

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

5\. You should see a window open for **Webhook** configurations.

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

6\. Find your webhook url you wish to push the events to. In this example, we use [webhook.site](https://webhook.site/).

![](/files/nYQgARboe0liVqkKf9rv)

7\. Go back into your Monogoto hub where you started the **Webhook** integration and paste your webhook address.

<figure><img src="/files/6XMRQ1MhgDeZGuXQVRYm" alt=""><figcaption></figcaption></figure>

8\. Press on the drop list button **Select events to track** in order to select one by one what information you would like to receive via this integration. You can check descriptions of Events in [**Integrations** section](/hub/integrations.md#general-integration-options).

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

{% hint style="info" %}
Please note that by default every integration has enabled the following notifications: **Billing updates**, **Production updates** and **Daily reports**
{% endhint %}

9\. If you want to can give this integration a description or you can leave the default description.

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

10\. In order to save our integration, please press on button **Setup Webhook**.

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

11\. You should now see your configured Monogoto hub integration with your **Webhook.**

<figure><img src="/files/iwk4rbZfQgI0MNvzFZCc" 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.monogoto.io/hub/integrations/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.
