Skip to main content

Track and sync workflow status in Notion from the n8n API

Workflow preview

Workflow preview
100%
Track and sync workflow status in Notion from the n8n API preview
Open on n8n.io

1. Workflow Overview

Who this template is for This template is for n8n users who want clear visibility into their workflows by maintaining a simple inventory in Notion. It’s ideal for: Automation engineers tracking mul...

Best for

  • DevOps automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.notion, n8n-nodes-base.n8n, n8n-nodes-base.scheduletrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Track and sync workflow status in Notion from the n8n API
Workflow name
Track and sync workflow status in Notion from the n8n API

Who this template is for

This template is for n8n users who want clear visibility into their workflows by maintaining a simple inventory in Notion.

It’s ideal for:

  • Automation engineers tracking multiple workflows
  • Teams documenting their n8n workflows
  • Anyone who wants a read-only overview of workflows and their status

What this workflow does

This workflow creates and maintains a Notion database that serves as a centralized inventory of n8n workflows.

It automatically:

  • Fetches all workflows from n8n
  • Stores workflow metadata in Notion
  • Tracks workflow status (Active / Deactivated)
  • Tracks creation and last edit timestamps
  • Creates new database entries for new workflows
  • Updates existing entries when metadata changes

This workflow does not manage or control workflows. It only provides visibility and documentation.


How it works

  1. A scheduled trigger runs the workflow daily.
  2. Workflow metadata is fetched from the n8n API.
  3. Data is normalized into readable values.
  4. Each workflow is matched in Notion by its ID.
  5. Database entries are created or updated accordingly.

How to set up

  1. Connect your n8n API credentials.
  2. Connect your Notion account.
  3. Select or create a Notion database with the required properties.
  4. Activate the workflow and let it run on the schedule.

Requirements

  • An active n8n instance
  • n8n API credentials
  • A Notion account and database

How to customize the workflow

You can extend this workflow by:

  • Adding more workflow metadata fields
  • Adjusting the sync schedule
  • Adding tags or ownership fields
  • Using the database for audit or documentation purposes

Detailed instructions are included inside the workflow using sticky notes.

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 - Find Workflow in Notion (by ID)

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

Block 2 - Fetch All n8n Workflows

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

Block 3 - Daily Trigger

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

Block 4 - Iterate Workflows

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

Block 5 - Map Workflow Metadata

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

Block 6 - Normalize Workflow Status

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

Block 7 - Workflow Exists ?

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

Block 8 - Update Workflow Page

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

Block 9 - Create Workflow Page

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

Block 10 - Sticky Note

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

Block 11 - Sticky Note2

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

Block 12 - Sticky Note4

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

Block 13 - Sticky Note1

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

Block 14 - Sticky Note3

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

Block 15 - Sticky Note5

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

3. Summary Table

Workflow Track and sync workflow status in Notion from the n8n API
Complexity advanced
Nodes 15
Categories DevOps
Author Abdallah Hussein
Published 24 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12958/12958.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 Track and sync workflow status in Notion from the n8n API do?

Who this template is for This template is for n8n users who want clear visibility into their workflows by maintaining a simple inventory in Notion. It’s ideal for: Automation engineers tracking mul...

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 DevOps use case.