Tom Wellige 60 Report post Posted November 28, 2017 This GSE action can be used to check the status of a given Zendesk ticket from within the call routing. An example call routing script can be found here or a more advanced example here. Configure action parameters By double clicking on every parameter in the list, you can edit it. TicketID The Zendesk ID of the ticket to check the status from. The ID can be given with or without the Zendesk typical # prefix, i.e. 1234 or #1234. Zendesk Login User Login user. To connect to Zendesk a Zendesk user login is required. This project uses a username/token authentication instead of username/password. This is a more robust solution, and keeps the call routing script independent from any password changes the Zendesk user might do. Please follow this link to learn how to obtain the needed login token. Zendesk Login Token Login token. To connect to Zendesk a Zendesk user login is required. This project uses a username/token authentication instead of username/password. This is a more robust solution, and keeps the call routing script independent from any password changes the Zendesk user might do. Please follow this link to learn how to obtain the needed login token. Zendesk Domain Your Zendesk domain URL. This is something like "yourcompanyname.zendesk.com". CURL Path The complete path to call "curl". If you have installed "curl" according to the recommendation, you can leave the default value of "C:\Program Files (x86)\curl\curl.exe" untouched. Configure action exits Exit 0 (Default) This exit will be reached if the given ticket id does not address an existing ticket. You should label this exit to something like "invalid". Exit 1 This exit will be reached if the given ticket is in status new. You need to enable this exit (checkbox) and should label it to something like "new". Exit 2 This exit will be reached if the given ticket is in status open. You need to enable this exit (checkbox) and should label it to something like "open". Exit 3 This exit will be reached if the given ticket is in status pending. You need to enable this exit (checkbox) and should label it to something like "pending". Exit 4 This exit will be reached if the given ticket is in status hold. You need to enable this exit (checkbox) and should label it to something like "hold". Exit 5 This exit will be reached if the given ticket is in status solved. You need to enable this exit (checkbox) and should label it to something like "solved". Exit 6 This exit will be reached if the given ticket is in status closed. You need to enable this exit (checkbox) and should label it to something like "closed". Exit 9 This exit will be reached if the given ticket is in an unknown status, i.e. in none of the above listed. You need to enable this exit (checkbox) and should label it to something like "unknown". Index << Previous 3.1 - Usage - GSE Action Zendesk Create Ticket >> Next 3.3 - Usage - GSE Action Zendesk Ticket Update 0 Share this post Link to post Share on other sites