Avatar

Sebastiaan (Sparkly ⭐)

Sparkly ⭐ https://sparkly.dev

Community Moderator
  • Total activity
    95
  • Last activity
  • Member since
  • Following
    0 users
  • Followed by
    0 users
  • Votes
    15
  • Subscriptions
    36

Activity overview

Latest activity by Sebastiaan (Sparkly ⭐)
  • Avatar

    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...

  • Avatar

    Sebastiaan (Sparkly ⭐) commented,

    If you're using webpack, you'll have to add it as external:https://webpack.js.org/configuration/externals/

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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....

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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-...