Sync tasks between Todoist and Notion with Redis-powered 2-way logic — n8n 工作流

复杂度🔗 Webhook88 个节点🏷️ Personal Productivity👁 13 次查看作者:Yuvraj Singh

概览

Purpose

This solution enables you to manage all your Notion and Todoist tasks from different workspaces as well as your calendar events in a single place. This is 2 way sync with partial support for recurring

How it works

The realtime sync consists of two workflows, both triggered by a registered webhook from either Notion or Todoist. To avoid overwrites by lately arriving webhook calls, every time the current task is retrieved from both sides. Redis is used to prevent from endless loops, si

使用的节点

HTTP RequestRedisTodoistCryptoNotionCode

工作流预览

Task
Sub Task
Store more information, which was not availab
Set focussed flag, so it remains in Todoist e
Create Notion page if it does not exist
Update Notion page if it needs to be changed
Checking for a cached flag in Redis, to preve
Retrieve Notion page, so it can be compared a
Store more information, which was not availab
Following nodes reference to this node, so th
This prevents the creation of duplicates in N
Using the event type from Todoist is the only
The mapping is more advanced and also include
Previous node always returns output data, sin
Store more information, which was not availab
The Notion ID is being cached in Redis for 15
Delete Notion page if Todoist task has been d
Store more information, which was not availab
Overwrite description with Notion URL
Copy task description initially to Notion, be
Store more information, which was not availab
Todoist webhooks can arrive late. To ensure t
Using advanced retry logic,
Store relevant information in highlighted exe
Set Globals
Use Sync Setup Helper Workflow to generate the JSON and
Register Webhook in Todoist App
Grab the URL from here and add it to the Todosit develo
The Notion ID is being cached in Redis for 15
Copy task description initially to Notion, be
Processing Data Coming from webhooks
0. Start here
Notion
- A database must already exist (get a basic template h
1. Generate config JSON for Globals Nodes
2. Activate Todoist Webhook
S
SwitchT
Create task in NotionT4
Create task in NotionT5
I
If
T
Todoist Webhook1
Mark as Done in Notion1
Mark as Obsolete in Noti…
O
Only continue if not loc…
Check if Todoist ID is l…
Check if creating flag e…
O
Only continue if flag do…
Set creating flag
Get Notion Task
N
Notion Task found
S
Switch by Event1
E
Execution Data5
E
Execution Data6
E
Execution Data7
E
Execution Data8
E
End here1
W
Wait
C
Catch known error
I
If tries left
R
Retry limit reached
Turn Markdown into Notio…
H
Handle each block separa…
Append Notion Block2
Update task in Notion
C
Create task in Notion1
Update task in Notion4
E
Execution Data9
I
If event is not deleted1
Get many database pages1
Url
T
Todoist Trigger1
Update task in Notion5
C
Create task in Notion Re…
D
Differences exist3
Turn Markdown into Notio…
H
Handle each block separa…
Append Notion Block3
L
Link or Content?1
D
Differences exist4
D
Differences exist5
Update Description in To…
Map Todoist to Notion1
G
GlobalsT1
S
SwitchT3
S
SwitchT4
Create task in NotionT6
Create task in NotionT7
Create task in NotionT8
U
Update tries
S
Set tries
Get Todoist Task
Update Description in To…
N
Notion Task not found1
Mark as not Done in Noti…
H
Has not been completed?1
R
Require Completion?1
Update Due in Notion whe…
Lock Todoist ID
Lock Notion ID
Get many database pages
Create task in NotionT
V
Verify security token
Get variables
Exchange Tokens
R
Respond with success
R
Respond with error
O
OAuth redirect
Get projects
Get sections
Get Notion Databases
Prep Dropdown
Prep Dropdown1
Generate config
C
Choose Notion Database
C
Choose Todoist Project
Get Notion Database ID
Get Todoist Project ID
O
On form submission
F
Form
Generate security token
Store variables
R
Redirect to Auth Page
T
Todoist Webhook Setup He…
C
Choose Timezone
88 nodes100 edges

工作原理

  1. 1

    触发器

    工作流由 webhook 触发器启动。

  2. 2

    处理

    数据流经 88 个节点, connecting code, crypto, executiondata。

  3. 3

    输出

    工作流完成自动化并将结果发送到配置的目标。

节点详情 (88)

HT

HTTP Request

httpRequest

#1
RE

Redis

redis

#2
TO

Todoist

todoist

#3
CR

Crypto

crypto

#4
NO

Notion

notion

#5
CO

Code

code

#6

如何导入此工作流

  1. 1点击右侧 下载 JSON 按钮保存工作流文件。
  2. 2打开你的 n8n 实例,依次点击 工作流 → 新建 → 从文件导入
  3. 3选择下载的 sync-tasks-between-todoist-and-notion-with-redis-powered-2-way-logic 文件并点击导入。
  4. 4为每个服务节点配置 凭证(API 密钥、OAuth 等)。
  5. 5点击 测试工作流 验证一切正常,然后激活它。

或直接在 n8n → 从 JSON 导入 中粘贴:

{ "name": "Sync tasks between Todoist and Notion with Redis-powered 2-way logic", "nodes": [...], ...}

集成

codecryptoexecutiondatafilterformformtriggerhttprequestifnotionredisrespondtowebhooksetsplitoutstopanderrorswitchtodoistwaitwebhook

获取此工作流

一键下载并导入

下载 JSON在 n8n.io 上查看
节点88
复杂度high
触发器webhook
查看次数13

创建者

Yuvraj Singh

Yuvraj Singh

@yuvrajsingh

标签

codecryptoexecutiondatafilterformformtriggerhttprequestifnotionredis

n8n 新手?

n8n 是一款免费开源的工作流自动化工具,支持自托管或使用云版本。

免费获取 n8n →

Related Personal Productivity Workflows

CODIFIHT+8
high

Automate Epic Games Freebie Alerts via Discord & Puppeteer

Never miss a premium title again with this advanced n8n automation designed to track the Epic Games Store's rotating free game catalog. This workflow leverages the power of the Puppeteer community node to perform headless browser scraping, bypassing traditional static HTML limitations to detect real-time changes in the store's interface. By monitoring specific DOM containers, the automation identifies new releases, processes game metadata through custom JavaScript logic, and formats the data into professional Discord embeds. Beyond simple notifications, this flow incorporates robust error handling and looping mechanisms to ensure delivery even if a specific request fails. For community managers or gaming enthusiasts, this replaces the manual chore of daily store checks with a high-performance, set-and-forget monitoring system. It effectively demonstrates how to combine web scraping, data transformation, and third-party API integrations into a cohesive, production-ready automation pipeline. **Common Use Cases:** - Community Engagement for Gaming Servers - Automated Content Sourcing for Gaming News Portals - Real-time Price and Promotion Monitoring for Digital Goods

Scheduled·20 nodes
AIGOGOHT+5
high

Automate Forex News Alerts: Telegram & Google Sheets n8n Flow

Bridge the gap between economic data releases and trade execution with this sophisticated n8n automation. This workflow monitors Forex Factory and MyFxBook in real-time, instantly pushing critical news data and live price fluctuations for affected currency pairs directly to Telegram and Google Sheets. By automating the data capture process, traders eliminate the manual lag of refreshing browser tabs during high-volatility events. The flow systematically parses 'Actual' vs. 'Forecast' figures, calculates market impact, and logs the live price at the exact moment of the release for backtesting accuracy. Whether you are scaling a proprietary trading desk or managing personal capital, this template ensures you never miss a high-impact news event. It utilizes advanced conditional logic to filter relevant currency pairs and Airtop integration for seamless data extraction, providing a professional-grade infrastructure for algorithmic or semi-automated trading strategies. **Common Use Cases:** - Real-time sentiment analysis by syncing economic surprises to a centralized trading dashboard. - Automated journal logging for backtesting the correlation between news deviations and price slippage. - Telegram-based trade signal triggers that bridge economic calendar events to MetaTrader 4 execution.

Trigger·34 nodes
CHGMGOIF+6
high

AI Meeting Briefing Automation: n8n, OpenAI & Slack Guide

Stop walking into meetings unprepared. This advanced n8n workflow acts as an automated executive assistant, delivering comprehensive attendee intelligence directly to your Slack workspace. Instead of manually digging through old threads, the automation triggers hourly to scan your Google Calendar for upcoming appointments. Once a meeting is detected, the flow initiates a deep search across Gmail to extract the most recent correspondence and activity history for every participant. By leveraging OpenAI’s Large Language Models (LLMs) and LangChain integration, the workflow synthesizes disparate data points into a concise, high-value briefing. It identifies key talking points, previous blockers, and the current relationship status with each stakeholder. This ensures you have the full context needed to drive decisions without the pre-meeting administrative burden. Perfect for high-volume sales teams, account managers, and executives, this template transforms how you prepare for calls by replacing manual research with instant, AI-generated insights delivered precisely when they are most relevant. **Common Use Cases:** - High-Stakes Sales Discovery: Automatically briefing Account Executives on a prospect's recent support tickets and email inquiries before a demo. - Client Relationship Management: Equipping Account Managers with a summary of the last three months of cross-departmental communication before a quarterly business review. - Executive Leadership Syncs: Providing CEOs with rapid context on internal stakeholders' recent project updates and Slack mentions prior to board or department meetings.

Scheduled·18 nodes
AGCOGOGO+6
medium

AI Assistant for Finding Nearby Workspaces via n8n & Slack

Maximize your billable hours and productivity with this intelligent AI-driven workflow designed to turn schedule gaps into efficient work sessions. This automation acts as a personal concierge for mobile professionals and digital nomads. By proactively monitoring your Google Calendar, the system identifies upcoming free periods between appointments. It then utilizes OpenRouter AI and Google Maps API to scout nearby cafes or coworking spaces that match your specific preferences. Unlike manual searching, this workflow analyzes your current location and travel time to ensure you never waste a moment. Once a prime location is identified, the workflow pushes a detailed notification to Slack, including navigation links and venue details. This eliminates decision fatigue and the stress of finding reliable Wi-Fi or a quiet environment on the fly. From a technical perspective, the flow triggers on a schedule, scrapes calendar data, processes spatial logic via custom Code nodes, and leverages an LLM agent to make qualitative recommendations based on live data, ultimately logging your visits in Google Sheets for future reference. **Common Use Cases:** - Field Sales Optimization: Automatically suggesting quiet cafes for account managers to update CRM records between client on-site visits. - Executive Assistant Automation: Providing traveling executives with curated 'third-space' options for impromptu deep-work sessions without manual research. - Digital Nomad Productivity: Syncing with a dynamic travel schedule to identify the best-rated workspaces with high-speed internet in new cities.

Scheduled·12 nodes
AGEMFIGO+7
high

Automate Excel to Google Calendar Sync with AI Summaries

Stop manually copying spreadsheets into your schedule. This advanced n8n automation streamlines event management by transforming static Excel files into dynamic Google Calendar entries using GPT-4o-mini. The workflow monitors your Google Drive for new schedules, extracts raw data, and utilizes a dual-layer AI analysis to validate dates and categorize events with high precision. Unlike basic sync tools, this logic includes a structured output parser to ensure data integrity and a smart enrichment phase that adds context to every calendar invite. Once the calendar is updated, the system generates a human-readable executive summary of the week's agenda and distributes it via email automatically. This is a game-changer for professionals managing high-volume scheduling tasks where human error is a risk. By integrating OpenAI’s LLMs directly into the data pipeline, the workflow handles inconsistent formatting and complex project timelines that traditional automation tools often fail to process. It effectively acts as an AI executive assistant, ensuring your team stays synchronized without a single manual click. **Common Use Cases:** - Academic Term Scheduling: Automatically syncing university lecture timetables from faculty spreadsheets to student-facing calendars. - Project Milestone Tracking: Converting complex Excel project trackers into visual deadlines for cross-functional engineering teams. - Shift Management for Healthcare: Transforming weekly staff rosters into individual calendar invites with automated shift summaries sent to personnel.

Scheduled·17 nodes
AGAGCODA+9
high

AI Agent: Auto-Sync Gmail/Outlook to Google Tasks & To Do

Stop losing critical action items in your overflowing inbox. This advanced n8n workflow leverages a sophisticated multi-agent AI system powered by Mistral Large to intelligently bridge the gap between your communication and project management. Unlike simple triggers, this flow uses an autonomous Orchestrator Agent that analyzes the context of incoming emails from both Gmail and Microsoft Outlook. It determines if an email is truly actionable, extracts the core requirement, and assigns it to the appropriate platform—be it Google Tasks or Microsoft To Do. The automation executes a multi-step logic sequence: first, it fetches unread messages through specialized integrations; second, it utilizes a memory-buffered Mistral AI agent to structure the data into high-quality task descriptions; and finally, it employs sub-agents to handle rate-limiting and platform-specific API calls. This ensures a seamless, error-free transfer of data without manual intervention. By centralizing your cross-platform tasks into a single source of truth, you eliminate context switching and ensure that high-priority client requests or internal directives are never overlooked. It is the ultimate productivity engine for professionals managing hybrid ecosystems. **Common Use Cases:** - Executive Assistant Automation: Automatically triaging executive inboxes and converting stakeholder requests into prioritized task lists. - Project Management Sync: Converting client feedback received via email into actionable tickets within a team's shared Microsoft To Do or Google environment. - Freelance Workflow Optimization: Managing multiple client communication channels by consolidating all 'next steps' into a unified personal dashboard.

Scheduled·26 nodes