This script set will allow you to export your Zendesk helpcenter articles in json format and process it for importing to other tools.
First, run npm install
Then;
- Use
zendeskArticles.jsfile to fetch your Zendesk help center articles:node zendeskArticles.jsBut before you should updatebase_uriparameter to reflect your help center url. - Use
prepareArticles.jsfile if you want an html output of your articles:node prepareArticles.js en-usornode prepareArticles.js de - Use
categories.jsfile to print article names with their categories hierarchically :node categories.js en-us - Use
articles.jsfile to prepare a CSV output, for wordpress import for example. by:node articles.js en-us