Skip to main content

Automatic Notion database backup to Google Drive with Telegram notifications

Workflow preview

Workflow preview
100%
Automatic Notion database backup to Google Drive with Telegram notifications preview
Open on n8n.io

Important notice

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

1. Workflow Overview

What This Workflow Does This workflow automatically saves copies of all your Notion databases to Google Drive. It's like creating a safety backup of your important Notion information, similar to sa...

Best for

  • File Management automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.googledrive, n8n-nodes-base.notion, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, 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 Prueba.

Original n8n.io source

1.1 Workflow description

Title
Automatic Notion database backup to Google Drive with Telegram notifications
Workflow name
Automatic Notion database backup to Google Drive with Telegram notifications

🔍 Workflow Overview

What This Workflow Does

This workflow automatically saves copies of all your Notion databases to Google Drive. It's like creating a safety backup of your important Notion information, similar to saving important documents in a filing cabinet.

Target Audience: Anyone who uses Notion and wants to protect their data by creating automatic backups to Google Drive.


Prerequisites (What You Need Before Starting)

Required Accounts

  1. Notion Account - Where your databases are stored
  2. Google Account - For Google Drive storage
  3. Telegram Account - To receive backup notifications (free messaging app)

Required Software

  • n8n Community Edition v2.0.0 installed on your computer or server
  • Web browser (Chrome, Firefox, Safari, or Edge)

Step-by-Step Configuration Guide

PART 1: Setting Up Notion Access

Step 1: Create a Notion Integration
Step 2: Share Your Databases with the integration

PART 2: Setting Up Google Drive Access

Step 1: Create a Google Drive Folder
Step 2: Connect Google Drive to n8n

PART 3: Setting Up Telegram Notifications

Step 1: Create a Telegram Bot
Step 2: Get Your Chat ID
Step 3: Connect Telegram to n8n

PART 4: Installing the Workflow in n8n

Step 1: Import the Workflow
Step 2: Configure Credentials
  1. For Notion nodes (Get All Databases, Get Database Pages)
  2. For Google Drive nodes (Create Backup Folder, Upload Backup File, etc.)
  3. For Telegram node (Send Telegram Notification)
Step 3: Configure the Workflow Settings

PART 5: Testing Your Workflow

Step 1: Run a Test
Step 2: Verify the Backup
If Something Goes Wrong
  • Red X marks on nodes: Check that all credentials are properly connected
  • "Not found" errors: Make sure you shared your Notion databases with the integration
  • No Telegram message: Verify your Chat ID is correct
  • No files in Google Drive: Check your Folder ID is correct

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - Sticky Note6

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

Block 8 - Sticky Note7

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

Block 9 - Manual Trigger

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

Block 10 - Configuration Settings

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

Block 11 - Create Backup Folder

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

Block 12 - Get All Databases

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

Block 13 - Initialize Tracking

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

Block 14 - Loop Databases

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

Block 15 - Get Database Pages

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

Block 16 - Create Backup File

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

Block 17 - Upload Backup File

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

Block 18 - Generate Metadata

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

Block 19 - Upload Metadata

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

Block 20 - Should Cleanup?

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

Block 21 - List Old Backups

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

Block 22 - Filter Old Backups

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

Block 23 - Delete Old Backup

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

Block 24 - Format Notification

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

Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automatic Notion database backup to Google Drive with Telegram notifications
Complexity advanced
Nodes 26
Categories File Management
Author Prueba
Published 28 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10235/10235.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 Automatic Notion database backup to Google Drive with Telegram notifications do?

What This Workflow Does This workflow automatically saves copies of all your Notion databases to Google Drive. It's like creating a safety backup of your important Notion information, similar to sa...

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 File Management use case.