Send WhatsApp message
send_whatsappSend a WhatsApp message to one recipient from a connected session. Supports text, image, video, document, location, and contact message types.
Instructions
Send a WhatsApp message from a connected session to one recipient. Requires a session_id of an already-paired WhatsApp number (see list_whatsapp_sessions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient phone number in international format, e.g. +15551234567. | |
| type | No | Message type. Defaults to 'text'. | |
| content | Yes | Message body. For non-text types this may be a URL or structured payload. | |
| session_id | Yes | ID of the connected WhatsApp session to send from. |