Draft a WhatsApp text message
send_messageDraft a WhatsApp text message and show a preview before sending. Returns a draft ID and recipient/text preview; call confirm_send after user approval.
Instructions
Draft a text message. Does not send. Returns a draft_id and a preview of the recipient and exact text. Show that preview to the user; after they say yes, call confirm_send. A draft lasts 15 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message text | |
| chat_id | Yes | Chat id as returned by another tool ("<digits>@s.whatsapp.net" or "<id>@g.us"), or a phone number in international format | |
| reply_to | No | Quote-reply to this message | |
| account_id | No | Registry account id (default, work, …). Omit to resolve from chat_id or message_id, or the default account. | |
| mention_ids | No | Chat ids to @-mention; include their names in the text yourself |