React to Message
documentedAdd or remove a reaction to a message.
POST /api/v1/chat.reactMessagesno implementation yet0 runsNo 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://rocket.chat/api/v1/chat.react" \
-X POST \
-H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-User-Id: {{ROCKET_USER_ID}}" \
-H "Content-Type: application/json" \
-d '{"messageId": "{{$message_id}}", "emoji": "{{$emoji}}", "shouldReact": {{$shouldReact}}}'