Skip to main content

Send message via WhatsApp Web

POST 

/api/v2/whatsapp-web/send

Sends a WhatsApp message or a reply via WhatsApp Web. 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, Documents), Emojis, Quick Replies, and Text.
    • body: JSON object containing message details (Integration ID, To, etc.).
    • file: Binary file attachment (Required if isFile: true).

Request

Responses

Message sent successfully