최근 검색
최근 검색 없음
Is there any way to get url path or inside nav_bar app
2022년 2월 04일에 게시됨
My nav_bar app is available by the url like this: https://{subdomain}.zendesk.com/agent/apps/event-example-app/subdir
Is there a chance to get path ("subdir" in the example) inside the app code.
I'm aware about the app.route.changed event, but it works only if path changed after the app is loaded and doesn't work if I open the url first time.
The usecase is as follows. I need to open the url from an external system (email for example) and be able to get the path in my code.
Please advice.
0
1
댓글 1개
Sebastiaan (Sparkly ⭐)
Hey Michael,
Had to dig into some code, I've been running into this one as well.
For the initial app route when the app is loaded use client.context(). It's not explicitly documented, but I guess they are referring to it.
0