Recent searches


No recent searches

Can I create HC articles in bulk via the API?



Posted Aug 14, 2023

I have hundreds of help center articles that I need to create. Is there a way to do this in bulk via the API?


0

1

1 comment

Hello Angela Killin

Here are a few options for creating Help Center Articles. 

Zendesk API

  1. The Zendesk API can be used to backup and restore the Help Center Articles.  Take a look at the link below.  
  2. Backing up your knowledge base with the Help Center API | Zendesk Developer Docs
  3. You can also use the Zendesk Developer Reference to create articles with and API.
  4. https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/#create-article
  5. I have used this successfully in the past to create and update articles in bulk.  I think the best way to generate the data is in an excel spreadsheet to create the PUT command to create each article.  

Python

  1. Another option is to use python to create the articles with Zendesk API.

Zendesk Marketplace

  1. There are 3rd party tools in the Zendesk Store that can also input and synchronize data to the Help center.

Federated Search

  1. If your data resides outside the help center in an existing web site, the Zendesk Federated search tool will allow you to integrate the external data into the help center.  Done correctly the search engine will find all the data an end user is looking for with a simple search.
  2. About Zendesk Federated Search – Zendesk help
  3. You can use either of the following methods to implement federated search in your help center:

    • Federated Search API - REST API that lets you ingest records of your external content into the Zendesk search indexes. This method requires that your developers build and maintain a middleware layer to integrate the site that hosts the external content with the help center.
    • Search crawler - Configurable in the Search settings in Guide, the search crawler lets you implement federated search in your help center without developer resources. You can set up multiple crawlers in your help center search settings to crawl and index different content in the same or different websites.

Let me know if you need any help, I have experience with all of these options.

Daniel Moore | LinkedIn

0


Please sign in to leave a comment.

Didn't find what you're looking for?

New post