
Nick Bolton
-
Total activity5
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions2
Activity overview
Latest activity by Nick Bolton-
Nick Bolton commented,
Ok, decided to use a Cloudflare worker so I could add some logic in between the Zendesk "loopback" API call. After a little bit of playing with tokens managed to get it working. I didn't have any l...
-
Nick Bolton commented,
Please make it clearer on this page that you have to Base-64 encode the token. Here's the command that I used on Mac to Base-64 encode my token. echo -n 'foo@bar.com/token:abc123' | base64
-
Nick Bolton commented,
Hi, using the API via a webhook is a nice idea. I appreciate that it isn't officially supported, but it's a good workaround. However, when I use the Bearer token with a token that I generated from ...