Skip to main content

All-in-one Telegram/Baserow AI assistant πŸ€–πŸ§  Voice/Photo/Save notes/Long term mem

Workflow preview

Workflow preview
100%
All-in-one Telegram/Baserow AI assistant πŸ€–πŸ§  Voice/Photo/Save notes/Long term mem preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Telegram Personal Assistant with Long Term Memory & Note Taking This n8n workflow transforms your Telegram bot into a powerful personal assistant that handles voice, photo, and text messages . The ...

Best for

  • Personal Productivity automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.aggregate, n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.openai

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rod.

Original n8n.io source

1.1 Workflow description

Title
All-in-one Telegram/Baserow AI assistant πŸ€–πŸ§  Voice/Photo/Save notes/Long term mem
Workflow name
All-in-one Telegram/Baserow AI assistant πŸ€–πŸ§  Voice/Photo/Save notes/Long term mem

Telegram Personal Assistant with Long-Term Memory & Note-Taking

This n8n workflow transforms your Telegram bot into a powerful personal assistant that handles voice, photo, and text messages. The assistant uses AI to interpret messages, save important details as long-term memories or notes in a Baserow database, and recall information for future interactions.


🌟 How It Works

  1. Message Reception & Routing

    • Telegram Integration: The workflow is triggered by incoming messages on your Telegram bot.
    • Dynamic Routing: A switch node inspects the message to determine whether it's voice, text, or photo (with captions) and routes it for the appropriate processing.
  2. Content Processing

    • Voice Messages: Audio files are retrieved and sent to an AI transcription node to convert spoken words into text.
    • Text Messages: Text is directly captured and prepared for analysis.
    • Photos: If an image is received, the bot fetches the file (and caption, if provided) and uses an AI-powered image analysis node to extract relevant details.
  3. AI-Powered Agent & Memory Management

    • The core AI agent (powered by GPT-4o-mini) processes the incoming message along with any previous conversation history stored in PostgreSQL memory buffers.
    • Long-Term Memory: When a message contains personal or noteworthy information, the assistant uses a dedicated tool to save this data as a long-term memory in Baserow.
    • Note-Taking: For specific instructions or reminders, the assistant saves concise notes in a separate Baserow table.
    • The AI agent follows defined rules to decide which details are saved as memories and which are saved as notes.
  4. Response Generation

    • After processing the message and updating memory/notes as needed, the AI agent crafts a contextual and personalized response.
    • The response is sent back to the user via Telegram, ensuring smooth and natural conversation flow.

πŸš€ Key Features

  • Multimodal Input:
    Seamlessly handles voice, photo (with captions), and text messages.

  • Long-Term Memory & Note-Taking:
    Uses a Baserow database to store personal details and notes, enhancing conversational context over time.

  • AI-Driven Contextual Responses:
    Leverages an AI agent to generate personalized, context-aware replies based on current input and past interactions.

  • User Security & Validation:
    Incorporates validation steps to verify the user's Telegram ID before processing, ensuring secure and personalized interactions.

  • Easy Baserow Setup:
    Comes with a clear setup guide and sample configurations to quickly integrate Baserow for managing memories and notes.


πŸ”§ Setup Guide

  1. Telegram Bot Setup:

    • Create your bot via BotFather and obtain the Bot Token.
    • Configure the Telegram webhook in n8n with your bot's token and URL.
  2. Baserow Database Configuration:

    • Memory Table:
      • Create a workspace titled "Memories and Notes".
      • Set up a table (e.g., "Memory Table") with at least two fields:
        • Memory (long text)
        • Date Added (US date format with time)
    • Notes Table:
      • Duplicate the Memory Table and rename it to "Notes Table".
      • Change the first field's name from "Memory" to "Notes".
  3. n8n Workflow Import & Configuration:

    • Import the workflow JSON into your n8n instance.
    • Update credentials for Telegram, Baserow, OpenAI, and PostgreSQL (for memory buffering) as needed.
    • Adjust node settings if you need to customize AI agent prompts or memory management rules.
  4. Testing & Deployment:

    • Test your bot by sending various message types (text, voice, photo) to confirm that the workflow processes them correctly, updates Baserow, and returns the appropriate response.
    • Monitor logs to ensure that memory and note entries are correctly stored and retrieved.

✨ Example Interactions

  • Voice Message Processing:

    • User sends a voice note requesting a reminder.
    • Bot Response: "Thanks for your message! I've noted your reminder and saved it for future reference."
  • Photo with Caption:

    • User sends a photo with the caption "Save this recipe for dinner ideas."
    • Bot Response: "Got it! I've saved this recipe along with the caption for you."
  • Text Message for Memory Saving:

    • User: "I love hiking on weekends."
    • Bot Response: "Noted! I’ll remember your interest in hiking."
  • Retrieving Information:

    • User asks: "What notes do I have?"
    • Bot Response: "Here are your latest notes: [list of saved notes]."

πŸ› οΈ Resources & Next Steps


This workflow not only streamlines message processing but also empowers users with a personal AI assistant that remembers details over time. Customize the rules and responses further to fit your unique requirements and enjoy a more engaging, intelligent conversation experience on Telegram!


1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - gpt-4o-mini

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.1

Block 5 - Chat Response

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Telegram Response

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 8 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - AI Tools Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

Block 11 - Sticky Note10

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note11

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 14 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 15 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Get Audio File

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 18 - Analyze Image

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.6

Block 19 - Transcribe Recording

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.6

Block 20 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 21 - Convert to Image File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 22 - Extract from File to Base64

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 23 - Sticky Note12

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 48 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow All-in-one Telegram/Baserow AI assistant πŸ€–πŸ§  Voice/Photo/Save notes/Long term mem
Complexity advanced
Nodes 48
Categories Personal Productivity, AI Chatbot
Author Rod
Published 23 Feb 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2986/2986.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does All-in-one Telegram/Baserow AI assistant πŸ€–πŸ§  Voice/Photo/Save notes/Long term mem do?

Telegram Personal Assistant with Long Term Memory & Note Taking This n8n workflow transforms your Telegram bot into a powerful personal assistant that handles voice, photo, and text messages . The ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.