Skip to main content

Natural language task management with Todoist and GPT-4o

Workflow preview

Workflow preview
100%
Natural language task management with Todoist and GPT-4o preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Turn plain language chat like “Tomorrow 9 AM: write blog post” into neatly organised Todoist tasks with GPT 4o and n8n—zero code. Ultimate Personal Tod...

Best for

  • Personal Productivity automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.agent, n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.toolworkflow, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.todoisttool, n8n-nodes-base.httprequesttool

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Natural language task management with Todoist and GPT-4o
Workflow name
Natural language task management with Todoist and GPT-4o

Turn plain-language chat like “Tomorrow 9 AM: write blog post” into neatly organised Todoist tasks with GPT-4o and n8n—zero code.

🪄 Ultimate Personal Todoist Agent

Turn natural-language requests into perfectly-organized Todoist tasks—all on autopilot inside n8n.

> “Add Finish quarterly report by Friday afternoon” → the agent creates the task, sets the due date & priority, and even drops it into the right project. ✨


🌟 Why this workflow rocks

  • All-in-one Todoist super‑powers – create, update, complete, move, archive… every major Todoist endpoint is wired up (tasks, projects, sections, labels, comments).
  • LLM‑powered intent detection – an OpenAI model interprets plain-English (or emoji‑filled!) messages so you don’t have to remember slash‑commands.
  • Minimal setup – just two credentials and you’re live.
  • Battle‑tested building block – use it as‑is, or plug the Todoist Agent node into your own agents & chatbots.

🛠️ What you’ll need

Credential Where it’s used How to set it up
OpenAI API Orchestrator & LLM nodes Paste your OpenAI secret key into an OpenAI credential in n8n.
Todoist OAuth2 Todoist node and HTTP Request node Log in Todoist from your browser to set up credential in n8n.

> That’s it—no webhooks, no extra secrets. > Tested with gpt‑4o‑latest – the fastest & most accurate model in our trials.


⚡ Quick‑start (5 minutes)

  1. Import the JSON template (hit ▶️ Try it out on the n8n template page or drag‑drop the file into your canvas).
  2. Select your credentials in the two credential dropdowns.
  3. Click Test workflow. In the sample Function node, tweak the message field (e.g. “Tomorrow at 9 am: write blog post”). Run → watch your new Todoist task appear.
  4. (Optional) Swap the Function node for your favourite chat trigger (Telegram, Slack, WhatsApp, Discord, you name it).

Boom—your personal Todoist genie is alive! 🧞‍♂️


🧩 How it works (under the hood)

[Trigger / Chat message]
        │
        ▼
[🗂️ Orchestrator Agent]  ← OpenAI Chat Model + Short‑term Memory
        │                 ↳ Parses intent & entities
        │
        ▼
[🤖 Todoist Agent]       ← 15+ Todoist endpoints
        │                 ↳ Executes the right call (create, update, complete, etc.)
        ▼
[Done ✅  ]

The Orchestrator is an example. In production you can drop it and simply expose the Todoist Agent as a tool for any other agent workflow.


🎛️ Customising & extending

Idea How to do it
Notion / Sheets sync After the Todoist Agent node, add a Notion or Google Sheets node to log completed items.
Voice commands Swap the chat trigger for a Speech‑to‑Text node (e.g. Whisper).

🤝 Need custom automations?

Want me to build or tweak something for you? → Email [email protected] and let’s make it happen!


⚠️ What’s not included (yet)

  • Shared projects & other Todoist Pro/Business endpoints.
  • File attachments in the comments.
  • Editing comments.

Pull requests welcome! 🙌

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 - Todoist Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 2 - When Executed by Another Workflow

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1.1

Block 3 - Orchestrator

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 4 - When chat message received

Type / Role
@n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
Config choices
Version 1.1

Block 5 - Call Todoist Agent

Type / Role
@n8n/n8n-nodes-langchain.toolWorkflow - toolWorkflow
Config choices
Version 2.2

Block 6 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 7 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 8 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 9 - Get All Tasks

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

Block 10 - Get a Task

Type / Role
n8n-nodes-base.todoistTool - todoistTool
Config choices
Version 2.1

Block 11 - Create a Task

Type / Role
n8n-nodes-base.todoistTool - todoistTool
Config choices
Version 2.1

Block 12 - Update a Task

Type / Role
n8n-nodes-base.todoistTool - todoistTool
Config choices
Version 2.1

Block 13 - Mark Task as Done

Type / Role
n8n-nodes-base.todoistTool - todoistTool
Config choices
Version 2.1

Block 14 - Reopen a Task

Type / Role
n8n-nodes-base.todoistTool - todoistTool
Config choices
Version 2.1

Block 15 - Move a Task

Type / Role
n8n-nodes-base.todoistTool - todoistTool
Config choices
Version 2.1

Block 16 - Get All Projects

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 17 - Get a Project

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 18 - Create a Project

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 19 - Update a Project

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 20 - Archive a Project

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 21 - Get Archived Projects

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 22 - Unarchive a Project

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 23 - Get All Sections

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 24 - Get a Section

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

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

3. Summary Table

Workflow Natural language task management with Todoist and GPT-4o
Complexity advanced
Nodes 35
Categories Personal Productivity, AI Chatbot
Author maxique
Published 18 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4186/4186.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 Natural language task management with Todoist and GPT-4o do?

Turn plain language chat like “Tomorrow 9 AM: write blog post” into neatly organised Todoist tasks with GPT 4o and n8n—zero code. Ultimate Personal Tod...

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 Personal Productivity, AI Chatbot use case.