Keep your n8n workflows tracked in Notion without manual updates. Every 15 minutes, the system scans for tagged workflows and records their status in a Notion database. Great for teams that run many automations and want a single source of truth.
A schedule trigger runs every 15 minutes. It calls the n8n API to get all workflows with the tag sync-to-notion. A Set step prepares key fields like name, URL, active state, created and updated dates, and a unique env id. An HTTP Request queries a Notion database for a matching env id. A Map step organizes the data, and an If check decides whether to add a new page or update an existing one. Notion nodes then create or update the database page, so records stay clean and current without duplicates.
To put this in place, you need n8n API access and a Notion integration with a database that has matching fields. Add the tag to any workflow you want tracked. Expect faster reporting, fewer mistakes, and a clear view of automation health. Useful for internal documentation, audits, onboarding, and incident reviews.