send_message_to_contact
Send a message to a saved contact after obtaining explicit user confirmation. Requires the contact ID and message text.
Instructions
Send a message to a saved contact only after explicit user confirmation. Set confirmSend to true only after the user approves the exact message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message text | |
| contactId | Yes | Saved contact ID from list_my_contacts | |
| confirmSend | Yes | Must be true after explicit confirmation |