Hello
I’m developing an app that intercepts the conversation resolve event and after sending same messages, resolves the conversation via API.
The problem is that this interfers with the agents evaluation metrics, beacause when an API call closes a conversation the action is executed as the owner of the API key used and in the metrics apears as if the agent had not closed the conversation.
Is there a way to execute the conversation update by changing the status to resolved as if the agent were performing this action?