Discord

Generated from:

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

Request

POST

URL

https://discord.com/api/v10/channels/{{CHANNEL_ID}}/messages

Headers

AuthorizationBot {{BOT_TOKEN}}
Content-Typeapplication/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.