Hi All, we have a scenario - when a message interaction is connected to an agent we need to send automatic message saying "you are chatting with AgentName".
I tried using "/api/v2/conversations/messages/{conversationId}/communications/{communicationId}/messages" in script page load action
but this API requires user credentials so not able to run using client credentials
Is there any way to achieve this?