Generated from:
Create a POST request to the Slack API to send a message to a channel
URL
https://slack.com/api/chat.postMessage
Headers
| Authorization | Bearer {{SLACK_BOT_TOKEN}} |
|---|---|
| Content-Type | application/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.