⚡ Capture and organize ideas via Telegram with GPT-4 & Google Sheets

422 views · ⚡ Personal Productivity

Description

This n8n template creates an intelligent Ideation Agent 🤖 that captures your ideas from text and voice notes sent via Telegram. The assistant automatically transcribes your voice memos, analyzes the content with a powerful AI, and organizes it into a structured Google Sheet database. It’s the perfect workflow for capturing inspiration whenever it strikes, just by talking or typing 💡.

Use Cases:

How it works:

  1. Multi-Modal Input: The workflow starts with a Telegram Trigger that listens for incoming text messages and voice notes.
  2. Content-Based Routing: A Switch node detects the message type. Text messages are sent directly for processing, while audio files are routed for transcription.
  3. Voice Transcription: Voice messages are sent to the ElevenLabs API, which accurately converts the speech into text.
  4. Unified Input: Both the original text and the transcribed audio are passed to the AI Agent in a consistent format.
  5. AI Analysis & Structuring: An AI Agent, receives the text. It follows a detailed system prompt to analyze the idea and structure it into predefined fields: Idea, Idea Description, Idea Type, Score, Category, Priority, Status, and Complexity.
  6. Data Storage: The agent uses the Google Sheets Tool (add_row_tool) to seamlessly add the fully structured idea as a new row in your designated spreadsheet.
  7. Instant Confirmation: Once the idea is saved, the workflow sends a confirmation message back to you on Telegram, summarizing the captured idea.

Requirements:

Good to know:

Customizing this workflow:

🔗 Nodes Used

HTTP Request, Telegram, Telegram Trigger, AI Agent, Azure OpenAI Chat Model, MCP Client Tool

📥 Import

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

📖 Importing guide · 🔑 Credential setup