v1

latestOpenAPI 3.0.32026-07-264955102.7 KB
Power Dialer

Append numbers to queue

Appends phone numbers to the Power Dialer queue assigned to the authenticated user. Creates the queue implicitly if none exists. Send user_id or email to append to a teammate's queue — if that teammate has no current queue, one is created with the API key owner as creator_id and the teammate as assignee_id. user_id wins when both are provided.

post/v2/api/dialing-queues/current/numbers

Request body

user_idstring nullable

Optional. ID of a teammate whose queue should receive the numbers. The teammate must belong to the same team as the API key owner. Wins over email when both are provided. Resolve teammate ids via GET /v2/api/users.

emailstring email nullable

Optional. Email of a teammate whose queue should receive the numbers. Ignored when user_id is also supplied.

Example request

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

Response

Numbers appended