Build A Chat Bot
πͺ Step 1: Set Up Your Webhook
https://yourdomain.com/webhookπ© Step 2: Handle Incoming Message
{
"messageId": "c94ced08-5f40-46b7-a88d-7d4fbe113fe9",
"from": "CUSTOMER_PHONE_NUMBER",
"to": "WHATSAPP_NUMBER",
"profileName": "CUSTOMER_NAME",
"type": "TEXT",
"text": "Text Content"
}π€ Step 3: Respond with a Message
πΌ Optional: Respond with Media
Summary: End-to-End Flow
Last updated