Recent searches
No recent searches
Hyperlinking to Tickets in a sidebar app
Posted Oct 02, 2024
Hey there - I was curious if anyone has any experience with hyperlinking to related tickets in a Zendesk App – I have an app that shows links to related tickets. I'm using a `target=blank` param in the `<a>` tag. This opens a ticket into a new browser tab. It'd be nice if the ticket just popped open in a ticket tab in your existing zendesk support UX (within your existing browser tab).
The Zendesk Linked Ticket app does this nicely. I inspected the app on my instance, but am not seeing any clues for how to handle the hyperlinking.
0
2
2 comments
Sebastian
They probably used routeTo, which opens a ticket in a new tab inside of Zendesk.
https://developer.zendesk.com/api-reference/apps/apps-support-api/all_locations/#routeto
0
Crawford Philleo
Sebastian you done did it! Thank you so much, this worked like a charm.
0