Question
How can I export my Help Center content?
Answer
For Help Center content, there isn't a prebuilt Zendesk tool to export articles. We recommend leveraging the Help Center API to export the data. For more information on using the API to back up your content, see the article: Zendesk Rest API tutorial - Backing up your knowledge base with Python. Alternatively, use the kBackup, a third-party app developed to backup Help Center content. For more information, see the Community post: Backup your Help Center articles at the click of a button.
For the HTML, CSS, and Javascript code, if you are on Guide Professional or Enterprise plans, you can export your Help Center theme, see the article: Importing and exporting your theme and manifest file. For all the other plans, we recommend copying and pasting the code into a third-party text editor and saving externally. There is no means to access the code using the Help Center API.
9 Comments
Hi everybody,
I've been working on an app that allows you to export a list of all articles in Zendesk Guide. It also exports the broken links & images for each article.
It is available on Zendesk's apps marketplace.
Register and get your free help center export
Hey all, I'm looking to use this script with Single Sign On and have been encountering some trouble. I pulled an API token to use instead of a password, as I do not functionally have one and using what I saw in this article
https://support.zendesk.com/hc/en-us/articles/231530827-What-are-my-credentials-for-API-access-when-using-SSO-to-sign-in-
But I am still prompted to enter a password. I assume this is just because of how the script is written but I am looking for advice on how to export my articles without a 3rd party app or paid service. Thanks!
What happened to the Knowledge Base to PDF app that used to allow the downloading of Zendesk guides to PDF format?
I've been wondering the same thing. I emailed support@kolibridigital.com to ask what happened.
I used this tool to download our data very easily. https://www.import2.com/ after watching this video https://www.youtube.com/watch?v=jWKTQM0eemY&ab_channel=CSVLoader
Hello,
We need to export roughly 10 articles for a client who cannot access our Zendesk Guide Knowledge Base. I'm considering two alternatives.
1. I'm able to print to a PDF in Chrome. Does printing each individual article to a PDF seem viable?
2. For the API, how would I install? How much work is involved to export all articles in a brand to a PDF or whatever?
Thanks.
The best option boils down to preference. If there are just a few articles, personally, I'll go with the PDF. If there's a few hundred and I have some knowledge on how to utilize API I'll go with that option. However, using API will only give you files in JSON format. You will then have to convert it to a human readable format or use third party applications to do the job for you.
Thank you Diane. We ended up exporting to PDF. It was apx. 120 articles, but worth the effort. Have a good week.
This is the tool:
https://csvloader.com
video instructions: https://www.youtube.com/watch?v=jWKTQM0eemY
Please sign in to leave a comment.