π½ POST /public/whatsapp/message/scheduled
β Send a Programmed Template Message
Schedules a WhatsApp template message to be sent at a specific future time.
Click to expand
πΉ Request Example
π½ DELETE /public/whatsapp/message/scheduled/{scheduledMessageId}
β Cancel a Programmed Message
Cancels a scheduled message using its ID.
Click to expand
πΉ Example
π½ POST /public/whatsapp/message
β Send a Template Message
Sends a WhatsApp message using a pre-approved template immediately.
Click to expand
πΉ Request Body Example
π½ POST /public/whatsapp/message/unstructured
β Send a Template Message with Unstructured Data
Sends a message using free-form (unstructured) content within a template.
Click to expand
πΉ Request Body Example
# π½ POST /public/whatsapp/message/template
β Send a Template Message
Similar to the general template sender, this may be tied to a different handler. Use when required by template-specific logic.
π½ POST /public/whatsapp/message/note
β Send a Note Message
Sends a simple, non-template, free-text message to a WhatsApp contact.
π WhatsApp Contact Endpoints
Endpoints to manage your WhatsApp contacts.π½ POST /public/whatsapp/contact/upsert
β Upsert User Information
Creates or updates user information such as tags, name, and custom metadata.
Click to expand
πΉ Request Body Example
π½ GET /public/whatsapp/contact
β Get Contacts
Returns a list of WhatsApp contacts associated with your account.
Click to expand
πΉ Example
π± WhatsApp QR π¬ Get Messages Ask AI
- Table of Contents
-
-
- π½ POST /public/whatsapp/message/scheduled β Send a Programmed Template Message
- π½ DELETE /public/whatsapp/message/scheduled/{scheduledMessageId} β Cancel a Programmed Message
- π½ POST /public/whatsapp/message β Send a Template Message
- π½ POST /public/whatsapp/message/unstructured β Send a Template Message with Unstructured Data
- # π½ POST /public/whatsapp/message/template β Send a Template Message
- π WhatsApp Contact Endpoints
-