Messages
Send Text Message
Send a text message to a WhatsApp number
POST
Send a text message to any WhatsApp number.
Request Body
Recipient phone number in international format without
+ (e.g., 5511999999999)Message text content. Supports emojis and basic formatting.
Optional message ID to reply to. Creates a quoted reply.
Enable link preview for URLs in the message. Default:
falseSender instance identifier for multi-instance organizations. Can be:
- Phone number: WhatsApp number (e.g.,
5585912345678) - Instance ID: UUID of the instance
Required for organizations with multiple WhatsApp numbers to specify which number sends the message.
Text Formatting
WhatsApp supports basic text formatting:| Format | Syntax | Result |
|---|---|---|
| Bold | *text* | text |
| Italic | _text_ | text |
| Strikethrough | ~text~ | |
| Monospace | `text` | text |