Community Contributed Telegram Recipe Bot
detail.loadingPreview
A Telegram bot that sends daily vegan recipes to users upon joining.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow sets up a Telegram bot that welcomes new users and sends them a daily vegan recipe. It fetches recipes from an external API and stores user chat IDs in Airtable to avoid duplicate messages and manage daily recipe distribution.
Key Features
- Welcomes new Telegram bot users.
- Sends a daily vegan recipe with an image and link.
- Uses Airtable to manage user subscriptions and prevent duplicate recipe sends.
- Fetches recipes from an external API (e.g., Spoonacular).
- Configurable to send recipes to specific Telegram chats.
How To Use
- Set up Telegram Bot: Obtain a bot token from BotFather on Telegram.
- Configure Airtable: Create an Airtable base and a table (e.g., 'Table 1') with columns for 'chatid' and 'Name'.
- Set Environment Variable: Define
BASE_URLfor the recipe API in n8n's environment variables. - Configure Nodes: Update 'your_sheet_id' in Airtable nodes and 'your_bot_id' in the Telegram Trigger node.
- Set Credentials: Add your Telegram and Airtable API credentials in n8n.
- Adjust API Parameters: Configure the 'Get recipes' and 'Get recipes from API' nodes with the correct API endpoint and parameters.
- Enable Workflow: Activate the n8n workflow.
Apps Used
Workflow JSON
{
"id": "b4569912-9840-48dc-a1cf-81b147e3fcfc",
"name": "Community Contributed Telegram Recipe Bot",
"nodes": 0,
"category": "Telegram Bots",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: b4569912-9840...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Telegram Weather Bot
A Telegram bot that provides weather information for European cities.
N8N Español - NocodeBot
A Telegram bot that provides information about No-Code tools in Spanish.
Telegram Blockchain DEX Screener Insights Agent
A Telegram bot that provides real-time insights from blockchain Decentralized Exchange (DEX) data using the DexScreener API.
Agentic Telegram AI Bot with LangChain and DALL-E 3
An AI-powered Telegram bot that interacts with users, generates images using DALL-E 3, and sends them back.
Summarize YouTube Videos and Chat About Content with GPT-4o-mini via Telegram
Summarize YouTube video transcripts and engage in conversational AI about the content using GPT-4o-mini, all through Telegram.
Telegram Schedule Bot
Automates meetup scheduling and Q&A via Telegram and Google Sheets.