
Sebastiaan (Sparkly ⭐)
Sparkly ⭐ https://sparkly.dev
-
Total activity95
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes15
-
Subscriptions36
Activity overview
Latest activity by Sebastiaan (Sparkly ⭐)-
Sebastiaan (Sparkly ⭐) commented,
Hey Joel HellmanGreat feedback as always!Would you like to review our Zendesk App Macro Suite? We've developed the app with both the admin, as agent needs in mind. I think it will cover most (if no...
-
Sebastiaan (Sparkly ⭐) commented,
If you're using webpack, you'll have to add it as external:https://webpack.js.org/configuration/externals/
-
Sebastiaan (Sparkly ⭐) commented,
Hey Gautam Nath,What I mean is that you can't see the secure setting on the outgoing request in your browser. As this is the request from the browser to the Zendesk proxy. The Zendesk proxy will th...
-
Sebastiaan (Sparkly ⭐) commented,
Hey Pete, What are you trying to retrieve? Because there's no incremental export on requests, but there are a couple of incremental export on tickets:https://developer.zendesk.com/api-reference/tic...
-
Sebastiaan (Sparkly ⭐) commented,
Hey Boonyasak Siripakornchai,Seems you are right, I can't find it the the incremental ticket events. Seems you'll have to retrieve the ticket's audits (no incremental or bulk endpoints that I could...
-
Sebastiaan (Sparkly ⭐) commented,
Hey Ravi,As it's a secure setting you won't see the replacement in your browser for the outgoing request. As that would make the setting insecure. It's the proxy that's replacing it. So do you have...
-
Sebastiaan (Sparkly ⭐) commented,
Seems like you are asking the same questions I did, and that you are looking for the same workarounds. I also explored the OAuth path, but didn't get it to work with just the (client side) ZAF app....
-
Sebastiaan (Sparkly ⭐) commented,
Hey Andrew, I have not run into this for secure settings specifically, but I have for hidden settings.In that case it was a stringified JSON payload that we (conditionally) split in half and divide...
-
Sebastiaan (Sparkly ⭐) commented,
Hey Ravi, Does this request go through the Zendesk Proxy, with client.request() from the Zendesk Apps Framework? Because only the proxy is able to replace the secure settings. Anyway, also try to d...
-
Sebastiaan (Sparkly ⭐) commented,
Hey Bruce, I have no experience with this endpoint, but when I look at the documentation it seems to be locked at 1000:https://developer.zendesk.com/documentation/help_center/help-center-api/using-...