# Trigger Workflow Via Inbound Workflow Or Send WhatsApp Messages Via Inbound Webhook Trigger

1. Go to **Automation Builder → Workflow**
2. Click **Create Workflow**
3. Give your workflow a name
4. Click **+ → Webhook → Custom Webhook**
5. Add a title and click **Generate Hook**
6. Copy the **Webhook URL**
7. Click **Capture Incoming Webhook**
8. Send sample data (e.g., Name, Phone Number)
9. Confirm data is received

#### Send WhatsApp Message Using Webhook Data

10. Add **CRM → Send Template Message**
11. Select Channel & Template
12. Map:

* Number → Phone from webhook
* Name → Webhook name variable

13. Click **Run & Save**
14. Save & **Enable** the workflow

Now, whenever data is sent to the webhook URL, the automation will trigger and send the WhatsApp message automatically.

{% embed url="<https://www.youtube.com/watch?v=LZbhWB4zhbA>" %}


---

# 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://helpdocumentation.gitbook.io/user/automations-builder/trigger-workflow-via-inbound-workflow-or-send-whatsapp-messages-via-inbound-webhook-trigger.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.
