Automate Task Creation in Todoist from Telegram Messages Using AI - n8n Workflow | Neura Market
Automate Task Creation in Todoist from Telegram Messages Using AI
This n8n workflow automates task management by converting Telegram messages into Todoist tasks using AI. It supports both voice and text inputs, enhancing productivity and efficiency.
The workflow listens for incoming messages on Telegram, distinguishing between voice and text. Voice messages are transcribed using OpenAI's Whisper API. The text is then analyzed by an AI model to decompose it into actionable sub-tasks, which are formatted for Todoist. Finally, a confirmation is sent back to the user via Telegram with a link to the newly created tasks.
Platform
n8n
Category
Productivity
Price
Free
Creator
Olivia Nguyen
set
switch
todoist
telegram
stickyNote
telegramTrigger
openAi
chainLlm
lmChatOpenAi
outputParserStructured
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.