The Inbound Webhook Trigger lets an external system — your CRM, your website, a Zapier automation, or any custom code — start a WhatsApp bot flow by sending a POST request. The webhook receives data (such as a customer's phone number and name) and uses it to initiate a personalised bot conversation.
chat_uid, which is the customer's WhatsApp number in international format with no + sign).{
"chat_uid": "919867800451",
"name": "Priya"
}The chat_uid must be the customer's phone number in international format without the + sign. For example, an Indian number +91 98678 00451 becomes 919867800451.
Was this helpful? If you are stuck, message us and a real person will help — the only platform that answers you live on WhatsApp.
Ask us on WhatsAppThis walks through a simple chatbot flow that greets a customer, offers a menu, and…
A trigger is the starting point of a flow. It decides when the bot runs. Choosing the…
Message blocks send content to the customer. They cover everything from a line of text…
The Ask a Question block collects information from the customer and stores the reply…