Generated from:
Create a POST request to the Discord API to send a message to a channel
URL
https://discord.com/api/v10/channels/{{CHANNEL_ID}}/messages
Headers
| Authorization | Bot {{BOT_TOKEN}} |
|---|---|
| Content-Type | application/json |
Body
{"content": "{{MESSAGE_CONTENT}}"}
This request was generated from:
Create a POST request to the Discord API to send a message to a channel
Generate your own →Type any API. Get a production-ready request. No login required.