
Otto Lindqvist
-
Total activity30
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes7
-
Subscriptions9
Activity overview
Latest activity by Otto Lindqvist-
Otto Lindqvist created a post,
Adding tags in update tickets API
Hi! I found in https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#update-ticket that for handling tags I need to use additional_tags. However it does not seem to work when I'm j...
-
Otto Lindqvist commented,
Thanks for the tips. This definately helped me forward. In order to get valid json array, I had to do a quick if statement inside the loop. Here's the code working for me if someone else is intere...
-
Otto Lindqvist commented,
Hi Efthymis! When you want to update custom fields on tickets via API, you need to have to have correct structure. Custom fields on the ticket JSON needs to be on an array like this: { "tic...
-
Otto Lindqvist created a post,
Attachments in latest_comment placeholder
Hi, I'm integrating to our internal system and need attachments to be available too. I've been trying to work on with latest_comment placeholders but seems that if I have multiple attachment on tic...
-
Otto Lindqvist commented,
Thanks for the reply Ronald! What you quoted from the docs is excactly what I read and understood also. However I could not find documentation about that how to use those features, especially the ...
-
Otto Lindqvist commented,
I was investigating creating threads from new tickets to our other internal system. However this requires data to be in form-data format. Is this something that I can do in ¨Webhooks? Also, can I p...
-
Otto Lindqvist commented,
Thanks Eugene for the reply. I need to check browser settings then too, that's new information.
-
Otto Lindqvist commented,
+1 from me too.
-
Otto Lindqvist commented,
Thanks Daniel, this works great for me!
-
Otto Lindqvist commented,
Hi, Thanks for the response. I actually tried that already but it didnt work for me. I tried it first with data sorted by ticket ID, it worked good. This is result without filtering: This is re...