Hello, I'm building an application on top of the Zendesk talk. I need to get a notification once the agent accepts the call, or when the ticket is created based on the voice channel. Could you please help me with this? I'm using ZAFClient.
Get a notification once the agent answers a call.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
It sounds like this might be a good use case for triggers and webhooks. You can use the trigger to listen for new tickets via the voice channel, then notify a webhook which you can use to make a call to an external API.
Let me know if this works!