Hi all,
I am trying to use the static Estimated Wait Time data action from the PureCloud Data Actions integration in our webchat 2.0 widget. When I go to test and input the queue ID, it returns a 403 permissions error (see below). Most of my roles have the routing:queue:view permission selected. Is there a particular role or something else that I'm missing? Our credentials are configured with the integration.
Thanks in advance!
{
"message": "You are not authorized to perform the requested action.",
"code": "not.authorized",
"status": 403,
"messageParams": {},
"contextId": "0c2477b8-1d03-44ad-a944-e5c26b6f4f04",
"details": [
{
"errorCode": "ACTION.REMOTE_ENDPOINT"
}
],
"errors": [
{
"message": "REST call for action execute failed. Message:Request to backend service failed. Response from web service: {\"message\":\"Unable to perform the requested action. You are missing the following permission(s): [routing:queue:view:f985995c-dbb9-44a6-8729-f15f421e7e15]\",\"code\":\"missing.permissions\",\"status\":403} [0c2477b8-1d03-44ad-a944-e5c26b6f4f04]",
"code": "NOT_AUTHORIZED",
"status": 403,
"messageParams": {},
"details": [],
"errors": []
}
]
}