Block 1 - Telegram Trigger
- Type / Role
- n8n-nodes-base.telegramTrigger - telegramTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Transform Your Telegram into a Smart Recipe Assistant! Tired of scrolling through messy notes and bookmarks to find your favorite recipes? Wish you had a personal chef's assistant to help you in th...
n8n-nodes-base.telegramtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.function, n8n-nodes-base.telegram, n8n-nodes-base.switch, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.memorybufferwindow
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Issam AGGOUR.
Original n8n.io sourceTired of scrolling through messy notes and bookmarks to find your favorite recipes? Wish you had a personal chef's assistant to help you in the kitchen?
Introducing the Culinary Companion for Telegram, an n8n workflow that turns your Telegram app into a powerful, AI-driven recipe management tool, using Google Sheets as your database.
/list, /select) or have a conversation with the AI for more complex tasks (/search, /create, /modify).The workflow is triggered by messages sent to your Telegram bot. A central Command Router (Switch node) determines the user's intent and directs the flow to the appropriate tool.
Switch node) immediately inspects the message text for keywords like /list, /select, /create, etc./list & /select)/list:Google Sheets node) fetches all values from column A of your sheet.Code node) transforms the raw data into a clean, numbered list./select [recipe name]:Code node) isolates the recipe name from your command.Google Sheets node) searches for that specific recipe in your sheet and returns its full row of data.Code node) assembles the data into a beautifully formatted recipe card, complete with emojis and sections for ingredients, instructions, and notes./search, /create, /modify)For more complex tasks, the workflow leverages a powerful AI agent.
/search chicken and rice or /create a pasta dish) is passed to the Recipe AI Agent.Telegram Bot:
@BotFather on Telegram to get your API token.Google Sheets:
Recipe Name, Cooking Time, Ingredients, Instructions, Notes.Read Recipes Sheet, Update Recipes Sheet).Google Sheets and Google Sheets Tool nodes.AI Provider (Choose One):
Google Gemini(PaLM) Api credential, and connect it to the Google Gemini Chat Model node.OpenAI credential, and connect it to the OpenAI Chat Model node.Cuisine, Difficulty, or Rating, and modify the Format Full Recipe node to display them./create function from a simple web form.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.
Showing the first 24 of 41 workflow blocks. Download the JSON for the full node graph.
| Workflow | Manage recipes with AI-powered Telegram bot and Google Sheets database |
|---|---|
| Complexity | advanced |
| Nodes | 41 |
| Categories | Personal Productivity, AI Chatbot |
| Author | Issam AGGOUR |
| Published | 09 Sept 2025 |
Use the JSON export at /data/workflows/8425/8425.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Transform Your Telegram into a Smart Recipe Assistant! Tired of scrolling through messy notes and bookmarks to find your favorite recipes? Wish you had a personal chef's assistant to help you in th...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.