Audio-to-Trello Task Bot — n8n Workflow
Overview
Telegram Tasker Bot — это сценарий n8n, который принимает голосовые сообщения в Telegram, автоматически превращает их в текст, извлекает из него ключевые поля задачи и создаёт карточку в нужной доске Trello. Пользователь просто говорит задачу — бот сам оформляет её и присылает ссылку на готовую карточку.
Для использования вам потребуется telegram bot. Его можно создать через бота BotFather
Так же понадобится доступ к API chatgpt - он используется только для транскрибции аудио в речь. Вы может
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a trigger trigger.
- 2
Process
Data flows through 12 nodes, connecting agent, code, if.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (12)
Trello
trello
Telegram
telegram
Code
code
AI Agent
n8n-nodes-langchain.agent
Simple Memory
n8n-nodes-langchain.memoryBufferWindow
OpenAI
n8n-nodes-langchain.openAi
Groq Chat Model
n8n-nodes-langchain.lmChatGroq
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows → New → Import from file.
- 3Select the downloaded
audio-to-trello-task-botfile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n → Import from JSON:
Integrations
Created by
dirogar
@max
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →