⚡ Natural language task management with Todoist and GPT-4o

1,746 views · ⚡ Personal Productivity

Description

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

ultimate_todoist_agent.png

🪄 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


🛠️ What you’ll need

CredentialWhere it’s usedHow to set it up
OpenAI APIOrchestrator & LLM nodesPaste your OpenAI secret key into an OpenAI credential in n8n.
Todoist OAuth2Todoist node and HTTP Request nodeLog 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

IdeaHow to do it
Notion / Sheets syncAfter the Todoist Agent node, add a Notion or Google Sheets node to log completed items.
Voice commandsSwap 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 maxemelyanenko@gmail.com and let’s make it happen!


⚠️ What’s not included (yet)

Pull requests welcome! 🙌

🔗 Nodes Used

Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory, Call n8n Workflow Tool, Chat Trigger

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup