POST/bots/{botId}/channels/{channelId}/messages
Sends messages to a message room with a specified bot included.
Using a template or quick reply button, you can allow the server to receive a postback message as a callback. For more information about the postback type, see Receive messages (callback).
The structures of each template and the quick reply are as follows. 
[Figure Button template]
[Figure List template]
[Figure Carousel template]
[Figure Image carousel template]
[Figure Flexible template]
[Figure Quick reply]
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
bot.message
bot
| Parameter | Type | Description |
|---|---|---|
| botId | integer | Bot ID required example : 2000001 format : int64 |
| channelId | string | Message room ID
required example : 12345a12-b12c-12d3-e123fghijkl |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
For more information, see Message types.
OK