
Charles Nadeau
-
총 활동 수4620
-
마지막 활동
-
회원 가입일
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수7명
-
투표 수8
-
플랜 수4523
댓글
Charles Nadeau의 최근 활동-
Hi Bristlecone, yes there is a Webhooks API. The docs are a little buried in the nav structure but you can get to them through search in the reference docs. Here's the link:https://developer.zendes...
-
Thanks, Rafael. These are now part of the Unified SDKs for mobile. Updated the links: Unified SDK for mobile (iOS) Unified SDK for mobile (Android)
-
Hi Sally Anne, I'm not sure if there's a solution for Unbabel. The Zendesk Docs team doesn't use Unbabel or any connector to manage article translations. You could use a script to rewrite the image...
-
Hi Jon, Zendesk only implements CORS for API requests authenticated with OAuth access tokens, not basic authentication. Example: request.setRequestHeader("Authorization", "Bearer " + access_token);...
-
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 ...