message
Send and manage communications across Discord, Telegram, WhatsApp, and more. Perform actions like sending, reacting, searching, reading, creating polls, and handling threads.
Instructions
Send messages and perform channel actions (Discord, Telegram, WhatsApp, etc.). Actions: send, react, search, read, poll, thread-create, thread-reply
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Recipient identifier (phone, user ID, channel ID) | |
| emoji | No | Emoji for react action | |
| limit | No | Limit for search/read results | |
| query | No | Search query for search action | |
| action | Yes | Message action (send, react, search, read, poll, thread-create, thread-reply) | |
| account | No | Account ID when multiple accounts exist | |
| channel | No | Channel type (discord, telegram, whatsapp, signal, slack) | |
| message | No | Message text to send | |
| threadId | No | Thread ID for thread operations | |
| messageId | No | Message ID for react/reply actions | |
| sessionKey | No | OpenClaw session key for routing | |
| pollOptions | No | Poll answer options | |
| pollQuestion | No | Poll question |