I'm looking for a way to listen to Agent Status changes within the Voice "module" in Zendesk.
So I can update the support app in the top_bar that is loading our soft phone integration.
I'm using ZAFClient and OAuth2 to:
1. Create and open a ticket when someone's calling.
2. Update the agent status in Zendesk.
The use case I also wish to implement is: when a user updates their voice status in Zendesk, the callcenter (in our soft phone) also needs to adopt this status.
Is this possible?