
Serge BERTAINA DUBOIS
-
Activité totale68
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés0 utilisateur
-
Votes9
-
Abonnements34
Commentaires
Activité récente par Serge BERTAINA DUBOIS-
Hi Anggara Use Update Ticket Api : https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#update-ticket And Json : {"ticket": { "comment": { "body": "Internal comment \n Next Line ...
-
Hi Ercia, Thank's for help. Here is the returned body. You have exceeded the rate limit for updating a single unique user. user email: xxxxxxxxx@xxxxxx id: external_id: xxxxxxxxxxxxxxxxxxxxxxxxxx...
-
Bad news Lucas... I also tried to do this, but couldn't find anything.I must therefore, like you, write the json for each field.And if creation or deletion of a field, an update is necessary... I h...
-
Hi Praveen, Indeed, there is no API dedicated to automation actions. A simple list of "Automations" (https://developer.zendesk.com/api-reference/ticketing/business-rules/automations/#list-automatio...
-
Indeed, these fields may be read-only. Maybe you can create custom fields in date format to inject this information. Friendships,Serge.
-
Here is an example of python code to format the date correctly: At the beginning of the python code: import datetime Durring the code : Zendesk_Created_time = CreatedTime.strftime('%Y-%m-%dT%H:%M:%...
-
Hi Chris! The json date format for Zendesk APIs is:YYY-MM-DDTHH-mm-ssZ like:"created_at":"2022-06-16T13:36:05Z" You will therefore have to reformat your date in the json. Friendships,Serge.
-
Hi Praveen, look on this side:https://developer.zendesk.com/api-reference/ticketing/business-rules/automations/ regards Serge.
-
Hi peter, Look at this link, the url is well defined there:https://developer.zendesk.com/api-reference/ticketing/ticket-management/incremental_exports/#incremental-ticket-export-cursor-based Normal...
-
Luke, Here is all my python code snippet on this attachment part: # GENERATION TOKENS ATTACHEMENT directory = ticket_dir + '/' + str(TicketID) # contain all my files ta...