Sign in

Create reaction

documented

Add a reaction to a message.

POST /channels/{channel.id}/messages/{message.id}/reactions/{emoji}Channelsno 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}}/reactions/{{$emoji}}/@me" \
  -X PUT \
  -H "Authorization: Bot {{DISCORD_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Create reaction · Discord · OpenIntegrations