Automate Trello Task Creation from Telegram Audio Messages
This workflow automates the creation of Trello tasks from audio messages received in Telegram. It transcribes the audio, processes the text with AI, and updates Trello, streamlining task management.
The workflow begins by triggering on a new audio message in Telegram. The audio is then transcribed using OpenAI's language model. The transcribed text is processed by an AI agent to extract task details, which are parsed into JSON format. A new Trello card is created with this information. If the card creation is successful, a confirmation message is sent back to Telegram; otherwise, an error message is sent.
Platform
n8n
Category
Productivity
Price
Free
Creator
Amara Nwosu
if
code
trello
telegram
stopAndError
agent
telegramTrigger
openAi
lmChatGroq
memoryBufferWindow
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.