send_message
Deliver a text message to any WhatsApp recipient (individual or group) by specifying their JID and the message content.
Instructions
Send a WhatsApp text message to a person or group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipient_jid | Yes | The recipient JID (e.g., 123456789@s.whatsapp.net or 123456789-12345678@g.us) | |
| message | Yes | The message text to send | |
| idempotency_key | No | Optional idempotency key. Repeating the same send request with the same key returns the original result instead of sending again. |