Hi team,
I'm creating queues through post /api/v2/routing/queues and using this body:
{
"name": "QueueName",
"division": {
"id": "e738b4fd-a548....",
"name": "Division"
},
"emailInQueueFlow": {
"id": "30792656-a4......",
"name": "InqueueEmail"
},
"cannedResponseLibraries": {
"libraryIds": [
"5bc83c2c-0708-4..."
],
"mode": "SelectedOnly",
"outboundEmailAddress": {
"domain": {
"id": "domain.mypurecloud.region",
"name": "domain.mypurecloud.region"
},
"route": {
"fromName": "CCare",
"pattern": "ccare",
"name": "ccare",
"fromEmail": "ccare@domain.mypurecloud.region"
}
}
}
I received a 200 OK but when check the queue, is created without define the outbound email address.
Any idea what is missing to define it correctly?
Best regards