
Tuomas Savonius
-
Gesamtaktivitäten34
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von0 Benutzer
-
Stimmen2
-
Abonnements15
Aktivitätsübersicht
Neueste Aktivität von Tuomas Savonius-
Tuomas Savonius hat einen Kommentar hinterlassen
Do you have any updates on this? This is a high concern item for us currently
-
Tuomas Savonius hat einen Kommentar hinterlassen
Duh what a stupid mistake! That fixed the issue. Funny that the adding worked even if the data was given as a string tho!
-
Tuomas Savonius hat einen Post erstellt
client.invoke("ticket.collaborators.remove") not removing collaborators
Beantwortetfor some reason, the ticket.collaborators.remove does not work, the adding works fine. No errors in console, verified to happen with latest mozilla, chrome and edge browsers. The id's are 100% corr...
-
Tuomas Savonius hat einen Kommentar hinterlassen
Thank you. Yeah, the middleware doesn't fix a lot, yes, the zendesk token would be safe but the connection to the middleware should optimally be secured too, and there we get the next set of issues...
-
Tuomas Savonius hat einen Kommentar hinterlassen
Any comments on this issue?
-
Tuomas Savonius hat einen Kommentar hinterlassen
I bet this is the same issue I has faced. ZAF client will not work with Content-Type application/binary You will need to use for example javascript fetch to call the Zendesk api:https://developer.m...
-
Tuomas Savonius hat einen Post erstellt
Uploading attachments securely to a ticket
I am struggling to find a way how I could upload attachments to a ticket securely with my app.I can't upload an attachment with ZAFClient.Request() because it does not support the header Content-Ty...
-
Tuomas Savonius hat einen Kommentar hinterlassen
Why isn't this supported in the ZAF Client? Yes, you can use the fetch api but then you need the authorization header in plaintext code... Stupid security risk.
-
Tuomas Savonius hat einen Kommentar hinterlassen
Well, this is a damn shame. No wonder I didn't get this to work. Utterly disappointing.
-
Tuomas Savonius hat einen Kommentar hinterlassen
My app is not running in the ticket editor tab, it is in the new ticket sidebar.There is no documentation in: https://developer.zendesk.com/api-reference/apps/apps-support-api/ticket_sidebar/#comme...