
Charles Nadeau
-
총 활동 수4621
-
마지막 활동
-
회원 가입일
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수11명
-
투표 수8
-
플랜 수4513
활동 개요
Charles Nadeau님의 최근 활동-
Charles Nadeau님이 에 댓글을 입력함
Yes, you should delete the header.
-
Charles Nadeau님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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님이 에 댓글을 입력함
공식 댓글 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님이 에 댓글을 입력함
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님이 에 댓글을 입력함
공식 댓글 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님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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님이 에 댓글을 입력함
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님이 에 문서를 만듦