
Scott Havard
-
Total activity18
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes1
-
Subscriptions6
Activity overview
Latest activity by Scott Havard-
Scott Havard commented,
Alternatively, if someone is still having success exporting articles internally let us know! It could be good to rule out any settings that we have configured on our end.
-
Scott Havard commented,
Hello Zendesk! (Maybe @...?) I previously have been advising on using OAuth to export all articles. I recently have found that using OAuth doesn't actually export that data by default anymore! Now...
-
Scott Havard commented,
Hi @..., Sorry for the delayed response. I am assuming aren't successfully exporting your "internal" articles, or those not viewable to everyone, when you run the script. Is that true? If you haven...
-
Scott Havard commented,
Cosmin, Unfortunately Section ID doesn't easily export from the Zendesk API endpoint that I use :(. I can do a little digging to see if I can't find another solution. Good luck!
-
Scott Havard commented,
Hi Diogenez! Thanks for reaching out. So I looked up the error and it looks like a cedilla(ç) is breaking it. Out of curiosity, what language is your data in? Maybe try replacing the 'NFKC' in lin...
-
Scott Havard commented,
Hi Ron! Sorry for the delay on a response. It looks like it is possible to get the body of the article outputted as a CSV. See the 'body' key of this page https://developer.zendesk.com/rest_api/doc...
-
Scott Havard commented,
Hey Kurt! I just added the "updated_at" code in the GitHub repository. https://github.com/scotthavard92/Zendesk-Help-Center-Export-Scripts/blob/master/Article_Information_Export/Zendesk_Guide_Artic...
-
Scott Havard commented,
I also need this functionality. Ideally I would use 30x redirection, but I ended up needing to utilize a JS script as people have mentioned above. Many people have shared great solutions, so I woul...
-
Scott Havard commented,
This is great Mary! I am so happy to see that you got it to work, and also thank you for sharing information about the "The Unarchiver". Did your code work? (Nice work on adding stuff!) One commen...
-
Scott Havard commented,
Hey Mary! Thank you for the kind words. I am glad to hear that you were able to successfully get the requests library using pip. This suggests that python is installed correctly, and requests is no...