# Webhooks

Isn't it a labor-intensive task to manually monitor and respond to each individual event that occurs within a business, such as order placements, shipping and delivery updates, payment notifications, and the initiation of surveys, among other activities?

Find a solution by configuring webhooks for the same.

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

## Steps to Add Webhook

1. Enter Webhook URL.

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

2. Select the event that you want to update.

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

{% hint style="info" %}
Webhooks update Event History in real time.
{% endhint %}

3. Tap 'Apply' to add the webhook. It will be visible in the webhook page.

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

## What Can We Do With Webhooks?

**1. E-commerce Integration:**

* **Example:** When a customer places an order on an online store, a webhook can instantly notify the shipping department, prompting them to prepare the order for shipment. Additionally, the webhook can trigger a confirmation email to the customer with their order details.

**2. Customer Support:**

* **Example:** If a user on a support chatbot reports a technical issue that can't be resolved automatically, the chatbot can trigger a webhook to create a support ticket in the company's helpdesk system. A support agent is then alerted to assist the customer further.

**3. Appointment Booking and Reminders:**

* **Example:** A chatbot helps users schedule appointments with a medical clinic. When an appointment is successfully booked, a webhook can add it to the clinic's calendar system and send an automatic appointment confirmation text message to the patient.


---

# 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.makerobos.com/chatman-enterprise-whatsapp-platform/settings/external-protocols/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.
