Availability of API to communicate between Zendesk and integrated applications. | Community
Skip to main content

Availability of API to communicate between Zendesk and integrated applications.

  • January 16, 2024
  • 3 replies
  • 0 views

Hi Team,

We have integrated our CXone agent application with Zendesk. We are doing screen pop in CRM whenever some operations performed in CXone agent, we have API available for same in the documentation provided: https://developer.zendesk.com/api-reference/apps/apps-support-api/all_locations/#routeto

We wanted to check does Zendesk triggers any event when user switches between the available tabs within active instance. We want to perform some operations in our CXone agent application whenever user switched between opened tabs in Zendesk instance. We were referring documentation but did not find any specific API to achieve this functionality, could you please let us know is it possible to perform such operation or any API is available for same?

Thanks and Regards,
Devendra Morankar

3 replies

Tipene
  • January 18, 2024
Hey Devendra,
 
It sounds like the app.activated framework event may be what you're looking for. Here's a link which goes in to more detail:
 
https://developer.zendesk.com/api-reference/apps/apps-core-api/core_api/#appactivated
 
If you have any questions at all, feel free to reach out.
 
Tipene

  • Author
  • January 23, 2024

Hi @tipene,

Could you please refer screenshot attached below for more details.
I'm looking for an event which would be triggered on click of contact tab(Highlighted with Red color) which show contact details in canvas.   

Please let me know if you need anything else.

Thanks & Regards,
Devendra Morankar


Greg29
  • January 25, 2024

Hi Devendra! The method that Tipene highlighted is the correct way to accomplish this task. Have you run into issues using `app.activated`?