Slack

Generated from:

Create a POST request to the Slack API to send a message to a channel

Request

POST

URL

https://slack.com/api/chat.postMessage

Headers

AuthorizationBearer {{SLACK_BOT_TOKEN}}
Content-Typeapplication/json

Body

{"channel":"{{CHANNEL_ID}}","text":"{{MESSAGE_TEXT}}"}

This request was generated from:

Create a POST request to the Slack API to send a message to a channel

Generate your own →

Type any API. Get a production-ready request. No login required.