Recent searches
No recent searches
Agent Availability Events on ZAF SDK
Posted Sep 11, 2024
Hello
We need to react to agent availability events on a Zendesk App using ZAF client, we followed the documentation and could't find these events.
Can you please tell us how to do it?
How we handling events:
var client = ZAFClient.init();
client.on('app.registered', function(e) {
// go nuts
});
The events we want to handle:
https://developer.zendesk.com/api-reference/webhooks/event-types/agent-availability-events/
Thank you!
Jorge
0
0
0 comments