The platform type for which to submit queues.
An object containing data
, an array of contact center queues/skill groups.
The group ID with which this queue or skill group is associated.
The group name with which this queue or skill group is associated.
The contact center queue or skill group ID.
The contact center queue or skill group name.
For a 200 response code, the response body is an object containing data
, an array of contact center queues/skill groups.
The group ID with which this queue or skill group is associated.
The group name with which this queue or skill group is associated.
The contact center queue or skill group ID.
The contact center queue or skill group name.
curl --request PUT \--url 'https://api.getmindful.com/v2/callback/contactCenter/queues?platformType=amazonConnect' \--header 'Accept: application/json' \--header 'Authorization: Bearer 123' \--header 'Content-Type: application/json' \--data '{"data": [{"groupId": "string","groupName": "string","id": "string","name": "string"}]}'
1{2"data": [3{4"groupId": "string",5"groupName": "string",6"id": "string",7"name": "string"8}9]10}