Send WhatsApp Text Message
whatsapp_send_textNeed to notify someone on WhatsApp? Provide their phone number and message text to send a direct message, with optional URL preview.
Instructions
Send a text message to a WhatsApp user.
Args:
to (string): Recipient phone number in international format
body (string): Message text (max 4096 chars)
preview_url (boolean): Show URL preview (default: false)
Returns: Message ID and delivery status.
Examples:
"Send hello to +353851234567" → to="+353851234567", body="hello"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number in international format (e.g. '353851234567' or '+353851234567') | |
| body | Yes | The text message content to send | |
| preview_url | No | Whether to show a URL preview if the message contains a link | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |