client_sendMessage
Send a WhatsApp message to a specific chat by providing the chat ID and content. Supports text, media, locations, contacts, and polls for flexible communication.
Instructions
[Client] Send a message to a specific chatId
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | No | The chat id which contains the message (Group or Individual) | |
| 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, Location, Contact or Poll |