Open Ticket in Agent's Browser
documentedInstructs an agent's browser to open a specific ticket.
POST /api/v2/channels/voice/agents/{agent_id}/tickets/{ticket_id}/displayVoiceno 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://{{$subdomain}}.zendesk.com/api/v2/channels/voice/agents/{{$agent_id}}/tickets/{{$ticket_id}}/display.json" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-d '{}'