v1

latestOpenAPI 3.0.32026-07-264955102.7 KB
Power Dialer

Reset current queue

Creates a fresh, empty queue assigned to the authenticated user. Any older queue with the same assignee stops being returned by GET /current (the newest queue wins). Send user_id or email to create the queue for a teammate instead — the API key owner is recorded as creator_id, the teammate as assignee_id. user_id wins when both are provided.

post/v2/api/dialing-queues/current

Request body

namestring nullable

Display name for the new queue (max 255 characters). Leave unset to create the queue without a name.

user_idstring nullable

Optional. ID of a teammate the new queue should be assigned to. The API key owner is recorded as creator_id. 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 the new queue should be assigned to. Ignored when user_id is also supplied.

Example request

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

Response

The newly created (empty) queue