Marketplace
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.

Download from Koris

Run this from the koris repository root:

pnpm hub:pull send-message

Trusted senders can also download it from chat:

/tools download send-message

If the plugin is already installed, add --force to overwrite it.

Downloaded files go to plugins/tools/send-message/

Tools, skills, and MCP servers are downloaded from the main branch.

Parameters

NameTypeRequiredDescription
channelstringtelegram, whatsappChannel to send through. Inferred from the current chat when possible.
targetstringyesRecipient address (Telegram chat id or WhatsApp JID).
contentstringyesExact message body to send.
View sourceImprove this entry