What This Workflow Does
This automation solves a critical challenge for customer support teams and knowledge managers: keeping help center content synchronized across platforms while maintaining proper formatting. Many organizations use Zendesk for their customer-facing knowledge base but need the same articles available in Airtable for internal workflows, reporting, or content management.
The workflow automatically transfers new and updated Zendesk articles to Airtable while converting the HTML content to clean markdown format. This preserves headings, lists, links, and other formatting elements in a way that's more portable and easier to work with across different tools.
How It Works
1. Trigger on new or updated articles
The workflow monitors your Zendesk help center for new articles or updates to existing content. This can be configured to run on a schedule (e.g., hourly) or triggered by webhook events from Zendesk.
2. Extract article content and metadata
For each article, the workflow retrieves the title, body content, category, section, author information, and other relevant metadata from Zendesk's API.
3. Convert HTML to markdown
The HTML content from Zendesk is processed to convert it into clean markdown format. This step preserves essential formatting while making the content more portable and easier to work with in other systems.
4. Map to Airtable fields
The workflow maps the converted content and metadata to the appropriate fields in your Airtable base. You can customize this mapping to match your specific Airtable structure.
5. Create or update records
The workflow checks if the article already exists in Airtable (based on Zendesk article ID) and either creates a new record or updates the existing one, ensuring your Airtable always has the latest version.
Who This Is For
This workflow is ideal for customer support teams, knowledge managers, and content operations specialists who need to:
- Maintain a centralized knowledge repository in Airtable alongside Zendesk
- Power internal tools or dashboards with help center content
- Migrate knowledge base content between systems
- Analyze or report on knowledge base performance metrics
- Repurpose help content for training materials or other documentation
Pro tip: Use Airtable's rich field types (like attachments, linked records, and rollups) to enhance your knowledge base with related files, cross-references, and calculated metrics.
What You'll Need
- An n8n instance (cloud or self-hosted)
- Zendesk admin access with API credentials
- An Airtable base with a table configured for knowledge articles
- Basic familiarity with n8n workflows (or willingness to learn)
Quick Setup Guide
- Download the template file using the button above
- Import it into your n8n instance
- Configure the Zendesk node with your subdomain and API credentials
- Set up the Airtable node with your base ID, table name, and API key
- Adjust field mappings to match your Airtable structure
- Test with a few articles and monitor the results
- Schedule the workflow to run automatically (or set up webhook triggers)
Key Benefits
Save 5-10 hours per week by eliminating manual copying and formatting of knowledge base articles between systems.
Reduce content inconsistencies by ensuring all teams work from the same up-to-date information in Airtable.
Enable new use cases like content analysis, reporting, and internal tooling that weren't possible with content locked in Zendesk.
Future-proof your knowledge base with portable markdown content that's easier to migrate or reuse in other systems.
Improve content governance by maintaining a complete version history and audit trail in Airtable.