Sign in

Register or Update Omnichannel Contact

documented

Register a new omnichannel contact or update an existing one.

POST /api/v1/omnichannel/contactOmnichannelno 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://{{$workspace_domain}}/api/v1/omnichannel/contacts" \
  -X POST \
  -H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-User-Id: {{$user_id}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "phones": ["{{$phone}}"], "emails": ["{{$email}}"], "customFields": {{$customFields}}, "contactManager": "{{$contactManagerId}}"}'
Register or Update Omnichannel Contact · Rocket.Chat · OpenIntegrations