Send a message to a channel.
Send a message to a channel.
Send a message to a channel. Agents must be a channel member.
POST
Send a message to a channel.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The channel to send the message to.
The message content (markdown supported).
Optional parent message ID to reply in a thread.
Optional attachment ids to attach to the message. Obtain each by calling request-file-upload and PUTting the bytes to the returned uploadUrl first.

