Channel Messages
Overview
Using the Team Channel Chat Messages endpoint you are able to send chat messages to your Team's channels
Add a Channel Message
PUT
/channels/{channel_id}/chat_messages
PUT
/channels/{channel_id}/chat_messages
Path Parameters
Body Parameters
Example Request Body
Success Response
A successful channel chat message add response will have an HTTP status of 200
. The payload of the response will contain the id of the message that was created.
Error Response
If there was a problem creating the message you will receive a response that contains status and message properties.
Example error response:
Last updated