Skip to main content

Exporting Tawk.to help center articles to Google Drive as markdown files

Workflow preview

Workflow preview
100%
Exporting Tawk.to help center articles to Google Drive as markdown files preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Export Tawk.to Help Center Articles to Google Drive as Markdown Files Transform the way you manage your knowledge base with this fully automated N8N workflow ! This automation connects directly ...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.html, n8n-nodes-base.splitinbatches, n8n-nodes-base.googledrive, n8n-nodes-base.if

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Exporting Tawk.to help center articles to Google Drive as markdown files
Workflow name
Exporting Tawk.to help center articles to Google Drive as markdown files

🧠 Export Tawk.to Help Center Articles to Google Drive as Markdown Files

Transform the way you manage your knowledge base with this fully automated N8N workflow! This automation connects directly to your Tawk.to Help Center, reads all published categories and articles, converts them to Markdown (.md) format, and uploads each file to Google Drive


🔹 Key Benefits

🚀 Complete Extraction Automatically captures all categories and articles from your Tawk.to Help Center, even without direct API integration.

🧩 Automatic Conversion Transforms HTML content into clean Markdown files — perfect for editing, version control, or migration to another CMS.

☁️ Native Google Drive Integration Saves each article with a structured filename, avoids duplicates, and organizes them by category.

🔁 Fully Customizable Easily adapt the workflow to export to Notion, GitHub, Dropbox, or any other platform supported by N8N.

💡 Ideal Use Cases

  • Migrating your Tawk.to Help Center
  • Creating automated content backups
  • Integrating documentation across multiple systems

⚙️ Prerequisites

Before running this workflow, make sure you have:

  • An active Tawk.to account with access to your Help Center.
  • A Google Drive account (personal or workspace).
  • Access to N8N (self-hosted or cloud).

🧰 Setup Instructions

  1. Import the Workflow

    • Download the JSON file from the provided link or your N8N community instance.
    • In N8N, click Import Workflow and upload the file.
  2. Authenticate Google Drive

    • Open the Google Drive node.
    • Click Connect, choose your Google account, and allow access.
  3. Configure Output Folder

    • Choose or create a target folder in your Google Drive where articles will be saved.
  4. Run the Workflow

    • Click Execute Workflow.
    • The automation will read all Help Center articles, convert them to Markdown, and save them to your Drive.

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 - set-website

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

Block 3 - flat-categories

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 4 - website-category

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

Block 5 - find-categories

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

Block 6 - find-category-articles

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

Block 7 - flat-articles

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - website-article

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

Block 9 - extract-article-content

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

Block 10 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 11 - Create file from text

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 12 - Search files and folders

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 13 - is-duplicated

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 14 - Config

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

Block 15 - Search

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

Block 16 - Extraction

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

Block 17 - Workflow Information

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

Block 18 - get-website-home

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

Block 19 - convert-to-markdown

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

3. Summary Table

Workflow Exporting Tawk.to help center articles to Google Drive as markdown files
Complexity advanced
Nodes 19
Categories Document Extraction
Author Pedro Entringer
Published 16 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9785/9785.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 Exporting Tawk.to help center articles to Google Drive as markdown files do?

Export Tawk.to Help Center Articles to Google Drive as Markdown Files Transform the way you manage your knowledge base with this fully automated N8N workflow ! This automation connects directly ...

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.