Notion Automation Workflows
511 ready-made Notion workflows for n8n, Make, Zapier, Activepieces, and Pipedream. Databases, notes, and docs kept in sync with the rest of your stack.
AI-Powered Notion Knowledge Base Assistant
Enhance your Notion database interactions with an AI assistant that streamlines knowledge management by querying and retrieving data efficiently.
n8n$9.99Automated Invoice Payment Tracking with OCR, Cloud AI, Slack & Notion DB
# How it Works This workflow automates Invoice & Payment tracking (with Approvals) across Notion and Slack. - **Ingest** - You drop invoices/receipts (PDF/IMG/JSON) into the flow. - **Extract** - OCR + parsing pulls out key fields (invoice no, vendor, currency, totals, receipt paid amount/date). - **De-dup & Match** - We canonicalize vendor + invoice_no and search Notion: - Primary match: Invoice No (+ optional Currency / Vendor (Canon)). - Fallback: uses document Amount Total and dates. - **Decide the action** - **create_unpaid** - new invoice (no payment). - **create_paid** - new invoice fully paid (unverified). - **create_partial** - new invoice with a first partial payment. - **update_partial** - add a partial to an existing invoice. - **update_mark_paid** - mark existing invoice paid in full. - **manual_review** - currency mismatch / overpayment / ambiguous. - **archive** - push to archive logs (from manual review). - **Slack approvals (one-click)** - A message shows previous paid, this receipt, new total, and Approve buttons (links to a Wait for Webhook resumeUrl). Reviewer picks: Approve Partial / Mark Paid / Manual Review / Archive. - **Notion updates** - We only write editable fields: Paid Amount (number), Status (select), Last Payment Date (date). - Formulas (e.g., Amount Total, Amount Due) recompute automatically. - Receipts are saved in a Receipts DB and related back to the invoice. - **Notifications & duplicates** - If duplicates are detected, Slack posts a simple list with clickable invoice names. - **Archiving** - From Manual Review, Archive goes straight to Archived Invoice DB (and optional Archived Source File DB) as a log entry - no pre-checks needed. # Set up Steps Prerequisites 1. Notion DB 2. 4 Slack Channels (**Invoice Input**, **Notification**, **Manual Review**, **Duplicate Alert (Optional)**) 3. AI Model (We use **Claude 3.5 Haiku**, Feel free to use the Latest Model) 4. OCR Parsing (We Used **ocr.space**, Feel Free to Change into any OCR Parsing you have) - **Create Notion DBs:** - **Invoice DB**: Title `Invoice No`; Number `Paid Amount` (editable); Select `Status`; Dates (`Issue/Due/Last Payment Date`); Formulas: - `Amount Total = round(Subtotal - Discount Amount + Tax Total, 2)` - `Amount Due = max(0, round(Amount Total - Paid Amount, 2))` - **Receipts DB**: `Invoice No`, `Vendor`, `Paid Amount` (number), `Currency` (select), `Paid Date` (date), `Receipt No`, `Source URL`; Relation to Invoice. - **Archived Invoice DB**: `Invoice No`, `Vendor`, `Reason`, `Source URL`, `Original Page ID`, `Archived At` (date). - *(Optional)* Source File / Archived Source File DBs. - Share all DBs with your Notion integration (*Add connections*). - **Add credentials in n8n:** Notion (integration token) and Slack (bot token). Invite the bot to your channel. - **Import the workflow/template:** Set each Notion node's **Database ID** and each Slack node's **Channel/Credential**. - **Map updates:** In the Invoice **Update Page** node, map **Paid Amount**, **Status**, **Last Payment Date**. In **Create Receipt**, map `Invoice` relation + receipt fields. - **Test:** Run with a sample invoice/receipt → click a Slack button → verify Invoice/Receipt updates in Notion → try Archive from Manual Review.
n8n$24.99Streamlined Client Onboarding with Notion, Email, and CRM Integration
Efficiently manage client onboarding by capturing form submissions, creating client records in Notion, sending personalized welcome emails, and integrating with CRM systems like Airtable and HubSpot.
n8n$19.99Automate Google Calendar Event Creation from Notion Database Entries
Automatically create Google Calendar events from new entries in a Notion database to streamline scheduling and ensure no important dates are missed.
MakeFreeEmail to Notion Knowledge Base with IMAP, Postgres Dedup, and Telegram Alert
Please correct the following description: Filter incoming emails via IMAP, extract & clean the body into plain text, normalize (title/slug/snippet/date/from/url), check for duplicates in Postgres, store as a row in a Notion database, then send a Telegram notification. Perfect for building a knowledge base or inbox triage automation without duplicate noise. **Key Features** - IMAP polling (Only UNSEEN). - Extract & clean HTML to plain text. - Normalization: title, snippet, body text, slug, messageId, sentAt, fromAddress, sourceUrl. - Deduplication via Postgres (SELECT EXISTS). - Create page in Notion database (property mapping). - Telegram success notification. - Tags: email, imap, notion, postgres, deduplication, telegram, automation, knowledge-base **Prerequisites** - IMAP access (Gmail/Outlook/Custom). - Gmail: enable IMAP + App Password if using 2FA. - Notion Integration Token & Database ID (database must be shared with the integration). - PostgreSQL accessible from n8n. - (Optional) Telegram Bot Token & Chat ID.
n8n$14.99Automate Knowledge Base Updates with Notion and Supabase Vector Store
This workflow automates the process of updating a knowledge base by monitoring Notion pages for changes and upserting document embeddings into a Supabase vector store. It enables real-time question and answer capabilities on updated content.
n8n$24.99Automate SSL Certificate Monitoring and Renewal with Notion and Telegram
Monitor SSL certificates stored in Notion, check their validity, and automatically renew them if they are about to expire. Receive notifications via Telegram to prevent unexpected service interruptions.
n8n$14.99Automate Notion Task Creation from Telegram Messages Using GPT-3.5
Effortlessly create tasks in your Notion database by sending text or audio messages to a Telegram bot, which are transcribed and processed using GPT-3.5.
n8n$9.99Automate Weekly Task Planning with Notion and Email Notifications
Streamline your weekly planning by integrating Notion tasks and sending organized email digests. This workflow helps prioritize business and home tasks, suggesting focused work blocks and notifying you via email and Telegram.
n8n$14.99Curate RSS Feeds into Daily Content Ideas via Email with Notion & Telegram Options
**Graceful Content Sparks - RSS to Notion (n8n)** --- Curate RSS Feeds into Daily Content Ideas via Email with Optional Notion Storage Wake up to a burst of inspiration every morning! **What it does:** - Polls unlimited RSS feeds (blogs, YouTube, Substack, podcasts, you name it) - Re-writes each new headline into 5-10 scroll-stopping content angles - Delivers a tidy email digest at 9 AM sharp (or whenever you choose) - Auto-saves every idea into a Notion database (toggle on/off) - Self-healing error alerts keep the pipeline bullet-proof **Angles? Think "ready-made tweets"** An angle is a bite-sized spin on the original post. Example: Original RSS headline: "TikTok Rolls Out 15-Minute Videos" Angle: "3 product-demo formats you can finally fit into TikTok's new 15-min limit (+ templates)" **Use-cases:** - Social media managers who need fresh posts daily - Newsletter writers hunting for curated news blurbs - Growth teams mining competitor blogs for campaign sparks - Solopreneurs who'd rather sip coffee than scroll feeds **30-second setup:** - Drop your RSS URLs into the list node - Add SMTP or Gmail creds - (Optional) Flip on Notion mode and paste your Ideas DB ID - Hit Manual Trigger to test and switch to daily cron when you're happy **Compliance checklist:** - Stickies - Manual trigger path - Zero secrets in JSON - Timezone-aware cron
n8n$14.99Automate AI-Powered Newsletter Drafts from Google Sheets to Notion
Transform Google Sheets entries into polished newsletter drafts in Notion using AI. This workflow automates the drafting process, leveraging GPT-3.5 for content creation and updating statuses in Google Sheets.
n8n$9.99Automate Your Morning Business Digest with Notion, Gmail, Stripe, and GPT-4o
Start your day with a personalized business digest delivered to your email, summarizing your top priorities, income, meetings, and a motivational message.
n8n$4.99Automate 7-Day Pinterest Content Planning with Notion and Email Integration
Streamline your Pinterest content strategy by automating a weekly plan with Notion integration and email delivery. This workflow generates a week's worth of Pinterest pins, integrates with a Notion database for ideas, and sends the plan via email.
n8n$14.99Notion AI Summary & Tags
**What This Workflow Does:** This n8n workflow automatically generates an AI-powered summary and relevant tags whenever a new row is added to your Notion database. Simply save any URL to your Notion database using the [Notion Web Clipper] Chrome extension or [Save to Notion] on both desktop and mobile. This keeps all your saved content organized in one place instead of scattered across different platforms. **How it works:** 1. The workflow is triggered when a new row is added to your Notion database (it checks for updates every minute). 2. It retrieves the content from the saved URL. 3. An AI agent analyzes the content to generate a summary and relevant tags. 4. The AI output is then formatted properly. 5. Finally, the formatted summary and tags are saved into the appropriate columns in your Notion database. **Notes:** Make sure your Notion database includes the following columns: - URL - Stores the content URL you want to summarize. - AI Summary - Where the AI-generated summary will be added. - Tags - Where the AI-generated tags will be saved.
n8n$4.99Transform Ideas into a Week of Social Media Content Using Notion and GPT-4
Effortlessly convert a single idea or article into a week's worth of engaging social media content using Notion and GPT-4. This workflow automates content creation and scheduling, allowing creators to maintain a consistent online presence without the hustle.
n8n$14.99Automate Notion Workspace Creation from Notes and Voice with AI
Transform handwritten notes and voice recordings into structured Notion workspaces using AI, eliminating manual setup and enhancing productivity.
n8n$19.99Automate Audio Transcription and Summarization with Notion Integration
Streamline your audio content processing by automatically transcribing and summarizing audio files, then storing the summaries in Notion for easy access and organization.
n8n$4.99Automate Competitor Analysis Using Exa.ai, Notion, and AI Agents
This n8n workflow automates competitor research by leveraging Exa.ai to identify competitors and employing AI agents to gather detailed information, which is then compiled into a comprehensive report in Notion.
n8n$24.99Sync New Google Sheets Rows to Notion Database
Automatically create Notion database entries for each new row added to your Google Sheets, ensuring seamless data synchronization.
MakeFreeAutomate Weekly Grocery List Creation and Notifications via Notion and Email
Streamline your meal planning by automatically generating a weekly grocery list in Notion and receiving notifications via email. Ideal for busy individuals seeking an efficient, cost-free solution.
n8n$14.99Automate Weekly Notion Journal Summaries and Task Reports to Discord
This workflow automates the process of summarizing your weekly Notion journal entries using GPT-4.1 and posts the summary to Discord. It also calculates completed tasks and sends a congratulatory message to a Discord channel.
n8n$14.99Seamlessly Import Meta Threads Posts into Notion
Automatically transfer your Meta Threads posts to a Notion database for streamlined content management and analysis. Ideal for social media managers and content creators looking to archive and analyze their posts.
n8n$14.99Automate Telegram to Notion with AI Summaries and Transcriptions
Seamlessly integrate Telegram messages into Notion by automatically summarizing text and transcribing audio using AI, enhancing your task management and productivity.
n8n$14.99Automate AI Summaries of Notion Comments with Google Gemini
Streamline your Notion comment management by automatically generating AI-powered summaries using Google Gemini. This workflow ensures you never miss important details in your team discussions.
n8n$9.99
More integrations
Need a custom Notion workflow?
Our automation experts build tailored Notion integrations for your exact stack.
Request a Custom Workflow