Skip to main content

Sync Zendesk knowledge base articles to Airtable with markdown conversion

Workflow preview

Workflow preview
100%
Sync Zendesk knowledge base articles to Airtable with markdown conversion preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who is it for Customer service or support teams who want to use their Zendesk articles in other tools. Content/Knowledge managers consolidating or migrating knowledge bases. Ops/automation speciali...

Best for

  • Document Extraction automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.splitout, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.airtable, n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.markdown

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Agent Studio.

Original n8n.io source

1.1 Workflow description

Title
Sync Zendesk knowledge base articles to Airtable with markdown conversion
Workflow name
Sync Zendesk knowledge base articles to Airtable with markdown conversion

Who is it for

  • Customer service or support teams who want to use their Zendesk articles in other tools.
  • Content/Knowledge managers consolidating or migrating knowledge bases.
  • Ops/automation specialists who want Markdown versions of articles (could be adapted to Notion, Google Sheets, or any Markdown-friendly system).

How to get started

  • Download the template and install it on your instance
  • Set Zendesk and Airtable credentials
  • Modify the Zendesk base_url and Airtable's table and base
  • Run the workflow once manually to get your existing articles
  • Finally, modify the Schedule Trigger (by default it runs every 30 days) and activate the workflow

Prerequisites

  • Airtable base set up using this template. It includes the fields Title, Content, URL and Article ID.
  • Zendesk account with API access (read permissions for help center articles)
  • Zendesk API credentials (see instructions below)
  • Airtable API credentials (see instructions below)

Getting Your Credentials

Airtable:

  1. Sign up or log in to Airtable.
  2. Go to your account settings and generate a Personal Access Token (recommended scopes: data.records:read, data.records:write).
  3. In n8n, create new Airtable credentials using this token.

Zendesk:

  1. Log in to your Zendesk dashboard.
  2. Go to Admin Center > Apps and Integrations > Zendesk API.
  3. Enable “Token Access,” and create an API token.
  4. In n8n, add Zendesk credentials with your Zendesk domain, email, and the API token.

How it works

1. Triggers

  • Manual: For first setup, use the Manual Trigger to fetch all existing articles.
  • Scheduled: Automatically runs every N days to fetch only new or updated articles since the last run.

2. Fetch Articles from Zendesk

  • Calls the Zendesk Help Center API, using pagination to handle large volumes.

3. Extract and Prepare Data

  • Splits out each article, then collects fields: id, url, title, and body.
  • Converts the article body from HTML to Markdown (for portability and easier reuse).

4. Upsert Into Airtable

  • Inserts new articles, or updates existing ones (using Article ID as the unique key).
  • Fields stored: Title, Content (Markdown), URL, Article ID.

Airtable Template

  • Use this Airtable template as your starting point.
  • Make sure the table has columns: Title, Content, URL, Article ID. You can add more depending on your needs.

Example Use Cases

  • Migrating Zendesk articles to another knowledge base.
  • Building an internal knowledge hub in Airtable or Notion.
  • Creating Markdown backups for compliance or versioning.

Service

If you need help implementing the template or modifying it, just reach out 💌

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Split Out

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 3 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 4 - Set fields to store

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Store Zendesk articles to Airtable

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 6 - Set base_url

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Set base url

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note10

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Get articles since last run

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 19 - Get all articles

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 20 - Body to Markdown

Type / Role
n8n-nodes-base.markdown - markdown
Config choices
Version 1

Block 21 - Sticky Note12

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Sync Zendesk knowledge base articles to Airtable with markdown conversion
Complexity advanced
Nodes 21
Categories Document Extraction
Author Agent Studio
Published 11 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5876/5876.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Sync Zendesk knowledge base articles to Airtable with markdown conversion do?

Who is it for Customer service or support teams who want to use their Zendesk articles in other tools. Content/Knowledge managers consolidating or migrating knowledge bases. Ops/automation speciali...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction use case.