# Inbound Webhook

{% embed url="<https://youtu.be/DJ-cHfy_Xfk>" %}

### Step 1: Create a New Inbound Webhook

1. Navigate to the Inbound Webhook Section
2. Click “New Inbound Webhook”
3. Name the Webhook
4. Click “Create”

### Step 2: Activate and Configure the Webhook

1. Activate the Webhook
2. Click “Edit” to View the Webhook URL
3. Click **“Copy”** to copy the webhook URL to your clipboard.

{% hint style="warning" %}
This URL accepts **POST** requests only.
{% endhint %}

### Step 3: Preview and Map Payload

1. Send your request through the URL
2. Click on **"Preview Payload"** to view the incoming data.
3. Map fields (e.g., `message`, `username`, etc.) to variables.

### Step 5: Use in Automation

1. Once mapping is done, **Save** the webhook setup.
2. You can now **connect** this webhook to any automation flow.
3. Whenever data is sent to this webhook, the automation will be triggered

{% hint style="success" %}

### ✅ Example Use Case

* Send a username via webhook.
* Map it to a notification message.
* Automatically trigger a message when the webhook is called.
  {% endhint %}


---

# 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://help.mampuai.com/mampu-ai/tools/inbound-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.
