Automate Daily Vegan Recipes via Telegram Bot
detail.loadingPreview
This workflow automatically sends daily vegan recipes to Telegram users. It uses the Cron node to trigger the process, Airtable to manage chat IDs, and the Spoonacular API to fetch recipes.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow automates the daily delivery of vegan recipes to Telegram users. It's designed to provide a consistent stream of recipe inspiration. The workflow begins with a Cron node to schedule daily execution. Then, it fetches a list of chat IDs from Airtable to know where to send the recipes. A Get recipes from API node (using Spoonacular) retrieves a random vegan recipe. Finally, Telegram nodes are used to send the recipe photo and its details (title and URL) to the subscribed chat IDs.
Key Features
- Schedule daily recipe delivery with the
Cronnode. - Store and retrieve Telegram chat IDs using
Airtable. - Fetch random vegan recipes from the Spoonacular API.
- Send recipe images and text content via
Telegram. - Error handling with
continueOnFailfor Telegram messages.
How To Use
- Configure Credentials: Set up your Airtable and Telegram API credentials within n8n.
- Set Airtable Sheet ID: Replace 'your_sheet_id' in the
Airtablenodes with your actual Airtable application ID. - Set Spoonacular API Key: Replace 'APIKEYHERE' in the
Get recipes from APIandGet recipesnodes with your Spoonacular API key. - Schedule Cron: Configure the
Cronnode to trigger at your desired daily interval. - Airtable Setup: Ensure your Airtable table has a column named 'chatid' to store Telegram chat IDs.
- Deploy and Activate: Activate the workflow in n8n.
Apps Used
Workflow JSON
{
"id": "094e5533-17c6-4cfc-bd12-9cb303d4697b",
"name": "Automate Daily Vegan Recipes via Telegram Bot",
"nodes": 0,
"category": "Telegram Automation",
"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: 094e5533-17c6...
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 Messaging Agent for Text, Audio, and Images
Automate Telegram interactions by processing text, audio, and image messages. This workflow uses a webhook to listen for events, checks user/chat IDs, and leverages OpenAI for analysis and transcription. It handles various message types with specific nodes.
Automated Telegram Image Analysis with OpenAI
This n8n workflow automatically analyzes images sent via Telegram using OpenAI. It triggers on image reception, processes the image with OpenAI, and sends the analysis back to the Telegram chat.
Telegram AI Chatbot with OpenAI Integration
Automate your Telegram messaging with an AI-powered chatbot using OpenAI Chat Model. This workflow triggers on new Telegram messages and sends AI-generated responses back to the chat.