Toolsaction
Send Message
Start a new outbound message to someone on Telegram or WhatsApp.
tool name: send_message
Opens a new outbound conversation through a channel. channel is inferred when the agent is already messaging from a Telegram or WhatsApp chat; otherwise provide it explicitly.
content is sent verbatim as the message body.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| channel | stringtelegram, whatsapp | — | Channel to send through. Inferred from the current chat when possible. |
| target | string | yes | Recipient address (Telegram chat id or WhatsApp JID). |
| content | string | yes | Exact message body to send. |