send_business_message
Send a text message on behalf of a business account using a business connection ID. Specify chat ID and message text.
Instructions
Send a text message on behalf of a business account. Requires business_connection_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text (up to 4096 characters) | |
| chat_id | Yes | Chat ID to send message to | |
| parse_mode | No | Text formatting mode. Default: none | |
| reply_markup | No | JSON string with inline keyboard markup | |
| business_connection_id | Yes | Business connection ID |