Sign in

Create message

documented

Send a message to a channel.

POST /channels/{channel.id}/messagesChannelsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://discord.com/api/v10/channels/{{$channel_id}}/messages' \
  -X POST \
  -H 'Authorization: Bot {{DISCORD_BOT_TOKEN}}' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -d '{"content": "{{$content}}", "tts": {{$tts}}, "embeds": {{$embeds}} }'
Create message · Discord · OpenIntegrations