Search Omnichannel Contacts
documentedSearch omnichannel contacts by name/email/phone.
GET /api/v1/omnichannel/contact.searchOmnichannelno 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/omnichannel/contact.search?email={{$query}}" \
-X GET \
-H "X-Auth-Token: {{ROCKET_CHAT_AUTH_TOKEN}}" \
-H "X-User-Id: {{ROCKET_CHAT_USER_ID}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"