-
-
Save bhubbard/f96bcad7e2c55ffa7c50c6f9d0e1f590 to your computer and use it in GitHub Desktop.
Zendesk: Re-direct users to My Activities if End User
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//re-direct end users to My Activities | |
if(HelpCenter.user.role=="end_user"){ | |
location.href="https://yoursubdomain.zendesk.com/hc/en-us/requests/";} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment