
Charles Nadeau
-
Actividad total4621
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen10 usuarios
-
Votos8
-
Suscripciones4512
Resumen de la actividad
Última actividad de Charles Nadeau-
Charles Nadeau hizo un comentario,
Yes, you should delete the header.
-
Charles Nadeau hizo un comentario,
Also, an API token in Zendesk is different than an OAuth token. So the following header won't work: headers = { 'Authorization': f'Bearer {api_token}',} An API token should be used as follows in...
-
Charles Nadeau hizo un comentario,
HI Denis, You could use the "public" property of the comments in your script to filter out private comments. It might look something like this pseudo-code: public_comments = []for page in comments_...
-
Charles Nadeau hizo un comentario,
Comentario oficial Hi Chad, you're right, a Postman collection for Sell doesn't exist yet. The Sell API hasn't been migrated to the Zendesk format and auth yet (api.getbase.com versus {subdomain}.zendesk.com/api). I'...
-
Charles Nadeau hizo un comentario,
Excellent idea, Hamish. I added the following info in the bit about signing in: Use your account's standard Zendesk subdomain to sign in. Don't use any host mapped subdomain.
-
Charles Nadeau hizo un comentario,
Comentario oficial Hi Abdul, did you first create an OAuth client and an access token? For more information, see Creating and using OAuth access tokens with the API.
-
Charles Nadeau hizo un comentario,
Hi David, you can't currently get all the post comments in one call but you could build a relatively short script that uses the List Posts and List Comments endpoints to get the same results. The l...
-
Charles Nadeau hizo un comentario,
Hi Andreas, You could also use a List Articles endpoint then filter the results by `"draft" == true` . The pseudo-code could look like this: draft_articles = []url = "https://example.zendesk.com/ap...
-
Charles Nadeau hizo un comentario,
Hi JD T, I notice that you're getting a 401 on a Sunshine Conversation endpoint (api.smooch.io/...). I don't think that endpoint is mentioned in the tutorial.
-
Charles Nadeau creó un artículo,