Test Push Notifications
documentedTest push notifications.
GET /api/v1/push.testNotificationsno 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/push.test" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-User-Id: {{$user_id}}" \
-d '{"title": "{{$title}}", "text": "{{$text}}", "payload": {"host": "{{$host}}", "extra": "{{$extra}}"}}'