You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set serverURI to "https://wordpressvip.zendesk.com"
294
+
set serverURI to (system attribute "zendesk_url")
290
295
set browserURL to "/agent/tickets/" & ticketId
291
296
set found to false
292
297
@@ -351,7 +356,11 @@ EOT</string>
351
356
</dict>
352
357
</array>
353
358
<key>readme</key>
354
-
<string></string>
359
+
<string>Opens in your existing Zendesk tab!
360
+
361
+
This is an Alfred workflow for opening Zendesk searches in an existing Zendesk tab. While there are plenty of Alfred Zendesk workflows that perform searches and open tickets in Zendesk, they all seem to have one annoying flaw: They open a completely new Zendesk instance in a new browser tab each time, ignoring any existing Zendesk tab. This results in lots of extra tabs and makes it harder to keep track of Zendesk-related tickets, searches, etc.
362
+
363
+
This workflow solves this problem by using AppleScript and JavaScript to look for an existing Zendesk tab in Google Chrome and then uses that Zendesk instance to open a ticket or perform a search.💥</string>
0 commit comments