Hi,
I'm trying to create a chat within PureCloud based on an event triggered in an external (headless) system. I am authenticated correctly using Client Credentials, but trying to POST to /api/v2/conversations/chats results in:
{ "status":403, "code":"missing.permissions", "message":"Unable to perform the requested action. You are missing the following permission(s): [conversation:webchat:create]" }
I have found a previous topic here describing the same issue:
However, the resolution doesn't seem to work anymore, since the Conversation -> webchat -> create
permission does not show up on permissions list.
Is this feature still supported?