Hello. I am trying to implement Conversations API integration. Followed this example and it finally worked https://developer.zendesk.com/documentation/live-chat/getting-started/getting-started-with-the-chat-conversations-api/
The problem is I have two agents, but I only want to get messages addressed to agent #1
And currently I keep getting every message instead of only messages for agent #1, despite the fact the ticket is assigned to agent #2
So the question is: how can I automate answers only from agent #1 using conversations api?