
Charles Nadeau
-
Gesamtaktivitäten4623
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von10 Benutzer
-
Stimmen8
-
Abonnements4512
Aktivitätsübersicht
Neueste Aktivität von Charles Nadeau-
Charles Nadeau hat einen Kommentar hinterlassen
Yes, you should delete the header.
-
Charles Nadeau hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
Offizieller Kommentar 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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
Offizieller Kommentar 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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Beitrag erstellt