
Tuomas Savonius
-
Total activity34
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes2
-
Subscriptions15
Activity overview
Latest activity by Tuomas Savonius-
Tuomas Savonius commented,
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 created a post,
client.invoke("ticket.collaborators.remove") not removing collaborators
Answeredfor 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 commented,
This is great, but I wish the Macro admin management would be easier. I have a lot of personnel with great personal macros that I would like to make available for specific groups, this is currently...
-
Tuomas Savonius commented,
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 commented,
Any comments on this issue?
-
Tuomas Savonius commented,
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 created a post,
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 commented,
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 commented,
Well, this is a damn shame. No wonder I didn't get this to work. Utterly disappointing.
-
Tuomas Savonius commented,
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...