
Sal
-
Gesamtaktivitäten38
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich2 Benutzer
-
Gefolgt von0 Benutzer
-
Stimmen4
-
Abonnements21
Aktivitätsübersicht
Neueste Aktivität von Sal-
Sal hat einen Kommentar hinterlassen
Check out this repo https://github.com/OlegGulevskyy/zendesk-vite-boilerplate Reach out if you have any specific questions
-
Sal hat einen Kommentar hinterlassen
Yes it just needs something to trigger off. I.e change of a ticket field, or status etc The problem we were having was that Agents using Skip shouldn’t see tickets that had no Skill associated on...
-
Sal hat einen Kommentar hinterlassen
Hey Ty, When a ticket arrives via a web form, we tag it as example_type_1 Then a trigger calls the web hook I created that adds the skills using the api/v2/routing API endpoint Here’s the API f...
-
Sal hat einen Kommentar hinterlassen
I was able to make this happen. I used Triggers, Tags, Webhooks and the API. Working like a charm.
-
Sal hat einen Kommentar hinterlassen
@Ismail - I am using ZCLI. @Will I think you are missing secure: true for the parameter in the manifest file
-
Sal hat einen Kommentar hinterlassen
I would try creating a background.html file for the background app and remove the icon to fix the error
-
Sal hat einen Kommentar hinterlassen
If the app location is background, it won’t have a place to display the icon
-
Sal hat einen Kommentar hinterlassen
I was really hoping this would work. But when I fetch client.metadata I get a uuid installationId when I run locally So based on further testing and investigating, when local - the value is a strin...
-
Sal hat einen Kommentar hinterlassen
I was having this issue. I had Agents can login using password setting was disabled in the admin settings page. https://support.zendesk.com/hc/en-us/articles/4408882128666-Accessing-your-Zendesk-...
-
Sal hat einen Kommentar hinterlassen
This happens to me when I have a requirements file that cannot be fulfilled or my app_id does not match with the current app or when the parameters have changed. Uploading seems to accept and hand...