# Webhooks

### Webhooks <a href="#webhooks" id="webhooks"></a>

{% hint style="info" %}
Tip: Please see our specific Webhook Documentation  for more information.
{% endhint %}

Get your applications notified about real-time events in your IS-Messenger workspace.

You can integrate your webhook URL (REST endpoint) to IS-Messenger and get notified of specific trigger events and sync the necessary information to your CRMs and databases.

### Getting Here <a href="#getting_here" id="getting_here"></a>

<figure><img src="/files/jKRWxmRHWYHtZCr2x0UU" alt="gif showing how to set up webhook integration on respond.io"><figcaption></figcaption></figure>

{% hint style="warning" %}
Webhook is only available for Business Plan and above.
{% endhint %}

**Step 1: Navigate to Integrations in Workspace Settings**

From the **Settings** Module, navigate to the menu item, **Integrations**.

**Step 2: Navigate to Webhooks**

From the list, search for Webhooks and press **Edit**.

**Step 3: Add Webhook**

Select **Webhooks** to add a new webhook endpoint. The specific URL endpoint is needed to receive and process the request.

<figure><img src="/files/F6rJKlXg3nLiaPFp7Vjm" alt="screenshot of webhook setup"><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.is-messenger.com/ismessenger/workspace-setting/integrations/webhooks.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.
