Skip to main content

Send message via Twilio WhatsApp

POST 

/api/v2/twilio-whatsapp/send

Sends a WhatsApp message via Twilio. Select the appropriate Request Body Type based on the message content.

Select the Request Body Type:

  1. application/json: Used for Templates.
  2. multipart/form-data: Used for Files (Audio, Image, Video, Document), Text, Emojis, and Quick Replies.
    • body: JSON object containing message details (Integration ID, To, etc.).
    • file: Binary file attachment (Required if isFile: true).

Request

Responses

Message sent successfully