
Charles Nadeau
-
Actividad total4613
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen4 usuarios
-
Votos8
-
Suscripciones4514
Comentarios
Actividad reciente de Charles Nadeau-
New EAP for developers: Messaging in the Unity SDK In 2020, we launched our first native Unity SDK to give our gaming customers a quick and easy way to bring the power of Zendesk seamlessly into th...
-
Here are the Webhooks API docs - https://developer.zendesk.com/api-reference/event-connectors/webhooks/webhooks/
-
Hi @Adam: The video is fixed now. Thanks for pointing it out.
-
Hi Alberto, unfortunately the Zendesk API consists of hundreds of endpoints owned by different dev teams in the company, so it's almost impossible to keep an up-to-date, running list of endpoints t...
-
Hi JC, The links should now work:https://support.zendesk.com/hc/en-us/articles/4408888481178 Both should now go to the same, second article. The content on the second article is customized dependi...
-
Hi Michel, You’d add the article content to the body property of the translation. Example: {"translation": {"body": "This article contains tips and tricks."}} However, the API expects JSON data. W...
-
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);...