v1

latestOpenAPI 3.0.32026-07-264955102.7 KB
Power Dialer

Upsert current queue

Creates or updates the config of the queue assigned to the authenticated user. Send user_id or email to act on a teammate's queue instead — user_id wins when both are provided.

patch/v2/api/dialing-queues/current

Request body

namestring nullable

New queue name (1–255 characters)

voicemail_handling'SKIP' | 'NO_SKIP' nullable

How the Power Dialer reacts when the call hits voicemail.

do_not_disturb'ENABLED' | 'DISABLED' nullable

Silence inbound calls while running the queue.

user_idstring nullable

Optional. ID of a teammate whose queue config should be updated. The teammate must belong to the same team as the API key owner. Wins over email when both are provided.

emailstring email nullable

Optional. Email of a teammate whose queue config should be updated. Ignored when user_id is also supplied.

Example request

{
  "user_id": "usr-15BB68317A7F06F0C07A3BBD8F244102A6872220",
  "email": "teammate@acme.com"
}

Response

Updated queue