openclaw_message_send
Send messages to multiple messaging channels like Telegram, WhatsApp, and Discord using a single API call. Define channel, target, and message text.
Instructions
Send a message via OpenClaw channels (Telegram, WhatsApp, Discord, Slack, Signal, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | No | Channel type (telegram, whatsapp, discord, slack, signal, imessage, googlechat) | |
| target | No | Target chat/user ID or name | |
| message | Yes | Message text to send | |
| replyTo | No | Message ID to reply to (optional) | |
| silent | No | Send silently without notification (optional) |