
Sal
-
Total activity48
-
Last activity
-
Member since
-
Following3 users
-
Followed by0 users
-
Votes6
-
Subscriptions25
Activity overview
Latest activity by Sal-
Sal commented,
It would be really nice if Zendesk provided a repo of example custom apps that utilise the most common patterns
-
Sal commented,
Is your Zendesk instance IP restricted?
-
Sal commented,
You need to build the app first using ‘npm run build’ That will build it in the dist folder Then you can npm run start Then you can zcli:apps:server
-
Sal commented,
What is the Node version?
-
Sal commented,
Check out this repo https://github.com/OlegGulevskyy/zendesk-vite-boilerplate Reach out if you have any specific questions
-
Sal commented,
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 commented,
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 commented,
I was able to make this happen. I used Triggers, Tags, Webhooks and the API. Working like a charm.
-
Sal commented,
@Ismail - I am using ZCLI. @Will I think you are missing secure: true for the parameter in the manifest file
-
Sal commented,
I would try creating a background.html file for the background app and remove the icon to fix the error