Sign in

Crosspost message

documented

Crosspost a message to followers.

POST /channels/{channel.id}/messages/{message.id}/crosspostChannelsno 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/{{$message_id}}/crosspost" \
  -X POST \
  -H "Authorization: Bot {{DISCORD_BOT_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{}'
Crosspost message · Discord · OpenIntegrations