
Charles Nadeau
-
Atividade total4621
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por10 usuários
-
Votos8
-
Assinaturas4512
Visão geral da atividade
Atividade mais recente por Charles Nadeau-
Charles Nadeau comentou,
Yes, you should delete the header.
-
Charles Nadeau comentou,
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 comentou,
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 comentou,
Comentário 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 comentou,
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 comentou,
Comentário 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 comentou,
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 comentou,
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 comentou,
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 criou um artigo,