Bulk Create Queues

POST https://{{axpAPIDomain}}/api/admin/match/v1/accounts/:accountId/queues:bulkCreate

Bulk creates queues.

Request Body

{"0"=>{"name"=>"EMEA Sales", "description"=>"Route enagements to sales agents in the EMEA Region", "timetableId"=>"28002f8e-c952-428c-b67f-5a6a4dc96260"}, "1"=>{"name"=>"NA Support", "description"=>"Route enagements to support agents in the NA Region", "timetableId"=>"7893b4a3-c952-43f5-87c7-8cefa1f49685"}}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring

RESPONSES

status: Created

[{"queueId":"689e0f6b-1d27-42a9-af19-9d0b244af0b3","name":"EMEA Sales","description":"Route enagements to sales agents in the EMEA Region","timetableId":"28002f8e-c952-428c-b67f-5a6a4dc96260","defaultAccountQueue":false},{"queueId":"d62d5178-9920-415a-a5d9-066716384750","name":"NA Support","description":"Route enagements to support agents in the NA Region","timetableId":"7893b4a3-c952-43f5-87c7-8cefa1f49685","defaultAccountQueue":false}]