Sign in

Search Email Inbox

documented

Search email inbox by criteria.

GET /api/v1/email-inbox.searchNotificationsno 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://rocket.chat/api/v1/email-inbox.search?email={{$email}}" \
  -X GET \
  -H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-User-Id: {{OAUTH2_USER_ID}}" \
  -H "Accept: application/json"
Search Email Inbox · Rocket.Chat · OpenIntegrations