
Charles Nadeau
-
Activité totale4618
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés7 utilisateurs
-
Votes8
-
Abonnements4523
Commentaires
Activité récente par Charles Nadeau-
Hi Jonah, The easiest way is to use the Python JSON library to convert Python dictionaries to JSON objects before sending them off in your API requests. See https://docs.python.org/3.7/library/json...
-
Hi Jonah, Double quotes are required in JSON for strings. From json.org: "A value can be a string in double quotes, or a number, or true or false or null, or an object or an array. " Charles
-
Hi Benjamin, You retrieve the app_guid parameter from the initial page request by Support when your app starts. For details on getting the parameter, see: https://develop.zendesk.com/hc/en-us/artic...
-
Please note that this article applies to Chat-only accounts. There are two main types of Chat accounts: Chat-only offers Zendesk Chat communication with your customers, and nothing else. Chat +...
-
Hi Jaimin, You can combine the info in the article about searching tickets with Python with the API doc on searching the Help Center. The Python is the same in both cases -- just the query paramete...
-
Hi Valery, unfortunately we don't have a script for the use case I'm describing. Our team publishes articles manually. To track which article in Help Center that a DITA file corresponds to, we use ...