channel_sendMessage
Send messages to a WhatsApp channel by providing channel ID and content. Supports text or media with optional send settings.
Instructions
[Channel Chat] Sends a message to this channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | No | The channel id | |
| content | No | The content of the message, can be a string or an object | |
| options | No | The message send options | |
| sessionId | Yes | Unique identifier for the session (alphanumeric and - allowed) | |
| contentType | No | The type of message content, must be one of the following: string, MessageMedia, MessageMediaFromURL |