Post to a chat
POST/chat.post
Post a markdown-formatted text message to a chat.
Messages may be posted to a chat, a group, or one or more addresses (e.g. users, bots).
Mentions are supported with the syntax <@USER_ID>, e.g. <!@U-7861a4c6-765a-495d-898d-fae3d8fbba2d> or <@all> to notify everyone in the chat.
When rendered in the client, the tag will automatically be replaced with the human-readable display name (or "everyone" for <@all>).
Required scope: chat:send_message or chat:write
OpenAPI Spec: chat.json
Request
Responses
- 200
- 400
- 401
- 405
- 500
Info retrieved successfully sent
Bad request.
Presented invalid authentication credentials.
An unsupported method was requested.
An internal error occured.