Send a drafted WhatsApp message
confirm_sendSend a previously created WhatsApp draft by confirming its draft_id. This is the only call that actually reaches WhatsApp; expired drafts require re-drafting.
Instructions
Send a draft created by send_message, send_media, send_poll, send_location or forward_message. This is the only call that reaches WhatsApp. The draft is consumed. A missing or expired draft_id means draft again and show the new preview before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | The draft_id returned by a send_* tool | |
| account_id | No | Registry account id (default, work, …). Omit to resolve from chat_id or message_id, or the default account. |