πͺSend Your First Message
Guide to Sending Your First Message with Waabot API
Step 1: Set Up Your Base URL and Endpoint
https://client.waabot.com/api/v2/send-messageStep 2: Prepare Your Request Body
{
"platform": "whatsapp",
"recipient": "**********",
"message": {
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "**********",
"type": "text",
"text": {
"body": "messageText"
}
}
}Example Request
Important Note
Step 3: Sending a Template Message
Example Request for Template Message
Summary
Last updated