pumble_send_message
Send text messages to a Pumble channel using your user identity. Specify the channel by name or ID and include the message content.
Instructions
Send a message to a Pumble channel, as your own user by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message text to send | |
| asBot | No | Send as the bot identity instead of the API key's user | |
| channel | No | Channel name (provide this OR channelId) | |
| channelId | No | Channel ID (provide this OR channel) |