
Sebastiaan (Sparkly ⭐)
Sparkly ⭐ https://sparkly.dev
-
Actividad total94
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen0 usuarios
-
Votos14
-
Suscripciones36
Resumen de la actividad
Última actividad de Sebastiaan (Sparkly ⭐)-
Sebastiaan (Sparkly ⭐) hizo un comentario,
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 ⭐) hizo un comentario,
If you're using webpack, you'll have to add it as external:https://webpack.js.org/configuration/externals/
-
Sebastiaan (Sparkly ⭐) hizo un comentario,
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 ⭐) hizo un comentario,
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 ⭐) hizo un comentario,
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 ⭐) hizo un comentario,
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 ⭐) hizo un comentario,
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 ⭐) hizo un comentario,
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 ⭐) hizo un comentario,
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 ⭐) hizo un comentario,
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-...