Follow Message
documentedFollow a message for notifications.
POST /api/v1/chat.followMessageMessagesno 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.followMessage' \
-X POST \
-H 'X-Auth-Token: {{ROCKET_SECRET}}' \
-H 'X-User-Id: {{$user_id}}' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{"mid": "{{$mid}}"}'