2 templates found
Category:
Author:
Sort:

AI-powered personal assistant for Telegram with memory & task management

Telegram AI Assistant with Memory, Tasks, and Live Search (Airtable + Google Calendar) This workflow creates an intelligent Telegram-based AI assistant that remembers user details, manages lists, integrates with Google Calendar, and can fetch live information from the web. It is designed for everyday use and improves over time with your feedback. What It Does Personal Memory: Saves user preferences and instructions in Airtable. Task & Grocery Lists: Add, search, or delete grocery and to-do items directly in Telegram. Calendar Management: Create, update, delete, and search events (single or recurring) with Google Calendar. Voice Support: Send voice messages—these are transcribed and processed like text. Web Search: (Optional) Fetch real-time answers using SerpAPI. --- Prerequisites n8n (Cloud or self-hosted instance). Telegram Bot (create via @BotFather on Telegram). Airtable account with a new Base containing 3 tables: User Memory Grocery's To Do List Google Account with Calendar enabled (for OAuth2). OpenAI API Key (for AI responses + voice transcription). SerpAPI Key (optional, for live web search). --- Airtable Schema Inside your new Airtable Base, create the following tables and fields: User Memory Memory (text) User (text) Time (created time) Grocery's Item (text) User (text) Created (created time) To Do List Task (text) Project or Class (text) User (text) Created (created time) > Field names must match exactly. --- Setup Instructions Import the workflow JSON into n8n. Configure credentials for each service in the workflow: Telegram API → Paste in your bot token. Airtable → Add your Airtable personal access token. After this, Airtable nodes will show dropdowns where you can select your Base and then your Tables (no need to paste IDs). Google Calendar → Connect your Google account. Once credentials are added, simply pick your Calendar from the dropdown (e.g., “primary” or any shared calendar). OpenAI → Add your API key for chat + voice transcription. SerpAPI → Add your API key (optional). For Telegram Trigger: Click “Listen for Test Event” and send a message to your bot to register the webhook. In group chats: disable privacy mode in @BotFather so the bot can see all messages. Activate the workflow and start chatting with your bot. --- How to Use Memory “Remember my coffee order is oat milk latte.” “Keep replies shorter.” Grocery List “Add eggs.” → “Added eggs.” “What’s on my grocery list?” → Lists all items “Remove bread.” → “Removed bread.” To-Do List “Add finish report for work.” “What’s on my to-do list?” “Remove finish report.” Calendar “Create event ‘Team sync’ tomorrow 3–4 pm.” “Make a recurring study session every Friday at 2 pm.” “Delete the dentist appointment at 4 pm.” Web Search “Get news.” → Summarizes top 5–6 stories from the past 24 hours. --- Configuration Notes You don’t need to enter Airtable IDs or Calendar IDs manually — just use the dropdowns after credentials are set up. Airtable “User” field is filled automatically with the Telegram username. Voice messages are downloaded and transcribed by OpenAI before being processed as text. --- Security All API keys and tokens are stored securely in n8n Credentials. No hard-coded IDs, emails, or secrets in this template. Webhook IDs are not included; n8n generates them automatically on import. --- Troubleshooting Bot not responding? Ensure the workflow is active, Telegram Trigger is listening, and bot privacy settings are configured for groups. Airtable errors? Check that your base and tables exist, and that field names match exactly. Calendar issues? Confirm the Google account has access to the selected calendar. Voice transcription failing? Verify your OpenAI credentials and Telegram bot permissions. --- Why This Template Works for Everyone Uses dropdown selections for Airtable and Google Calendar (no IDs needed). Includes clear setup instructions. Credentials are handled securely through n8n. Flexible: works with groceries, tasks, memory, calendar, and optional live web search.

Hudson MarrBy Hudson Marr
1214

Process & catalog dress images with GPT-4o, Cloudinary, and Google Sheets

Description  Automate dress image handling end-to-end: search files, download them, upload to Cloudinary, invoke Azure OpenAI (GPT-4o), parse structured output, and append rows to a sheet. Gain a repeatable, low-touch process for product media and metadata logging. ✨ What This Template Does  Searches files and folders from your connected storage. 🔎 Loops over each item to process them individually. 🔁 Downloads each file for processing. ⬇ Uploads image frames to Cloudinary via REST POST. ☁️ Sends content to Azure OpenAI Chat Model and parses structured output. 🤖 Appends rows to a sheet (two destinations supported) for logging. 📄 Merges inputs where needed to streamline final outputs. 🔗 Key Benefits  Saves time by automating multi-step media handling. ⏱ Ensures consistent uploads and logs for every file. ✅ Adds AI-powered processing via Azure OpenAI when needed. 🧠 Keeps records up to date with automatic sheet appends. 📈 Modular flow that’s easy to adapt to your source/destination. 🧩 Features  File and folder search node for flexible intake. 📂 Item-by-item loop for reliable, scalable processing. 🔁 Cloudinary image upload via HTTP POST endpoint. ☁ Azure OpenAI Chat Model invocation. 🤖 Structured Output Parser for clean, machine-readable results. 🧾 Dual sheet append capability for separate logs. ➕ Requirements  An n8n instance (cloud or self-hosted). 🧭 Cloudinary account with an accessible upload endpoint. ☁️ Azure OpenAI access with a deployed Chat Model (GPT-4o). 🔐 A connected spreadsheet integration in n8n for appending rows. 📄 Access to your file storage where the search and download occur. 📂 Target Audience  E-commerce and catalog teams managing product media. 🛍️ Ops teams standardizing uploads and record-keeping. 🧰 No-code/low-code builders organizing image pipelines. 🧱 Agencies maintaining client product image workflows. 🏷️ Step-by-Step Setup Instructions Connect your file storage credential for Search/Download nodes. 🔌 Configure Cloudinary upload endpoint and credentials in n8n. ☁️ Add Azure OpenAI credentials and set your GPT-4o deployment details. 🤖 Connect your sheet credential(s) and select target sheet(s). 📄 Import the workflow, assign credentials to each node, and replace placeholders. ✅ Run once to test; then enable scheduling or triggers as needed. 🚀

Rahul JoshiBy Rahul Joshi
37
All templates loaded