Daily Curated Vegan Recipe Push Automation Workflow
This workflow automates the daily push of vegan recipes through a Telegram bot and an Airtable database. It is capable of regularly retrieving random recipes and sending messages containing images and links to subscribed users. At the same time, the system automatically maintains the user list, ensuring that every new user receives a welcome message and their first recipe in a timely manner. This process not only simplifies the content delivery work but also enhances user engagement and satisfaction, making it suitable for the operation of vegan enthusiasts and health food communities.

Workflow Name
Daily Curated Vegan Recipe Push Automation Workflow
Key Features and Highlights
This workflow automates the daily delivery of vegan recipes using a Telegram chatbot integrated with an Airtable database. It employs a scheduled trigger to automatically fetch one random vegan recipe each day and sends a message containing the recipe image and link to subscribed users. Additionally, it supports instant welcoming and first recipe delivery for new users upon joining, automatically maintains the list of user chat IDs, and ensures precise daily recipe distribution to all subscribers.
Core Problems Addressed
- Automated management and maintenance of the subscriber list to prevent duplicate or missed deliveries.
- Automatic retrieval of high-quality vegan content from a third-party recipe API, ensuring fresh and diverse recipes.
- Real-time, convenient user interaction and content distribution via the Telegram bot.
- Simplification of daily recipe push operations, reducing manual intervention while enhancing user engagement and retention.
Use Cases
- Vegan enthusiasts and healthy eating community managers seeking to provide daily nutritious vegan recipe recommendations.
- Lifestyle content creators or brands aiming to build automated content delivery channels to improve user experience.
- Various food service or nutrition consulting platforms looking to boost user participation and loyalty through regular recipe pushes.
Main Process Steps
- New User Detection and Welcome
Monitor new user joins via Telegram trigger, send a welcome message, and push the first vegan recipe. - User Data Maintenance
Record new users’ chat IDs and names into the Airtable database for subsequent management and delivery. - Scheduled Push
Use a Cron node to trigger daily, fetching the subscriber list from Airtable. - Recipe Retrieval
Call the Spoonacular recipe API via an HTTP request node to obtain a daily random vegan recipe. - Content Delivery
Sequentially send the recipe image, title, and link to each subscriber through the Telegram bot. - User List Update
Use conditional logic to check if new users exist in the database; if not, add them automatically to avoid duplicates.
Systems and Services Involved
- Telegram: For user interaction, message pushing, and bot triggering.
- Airtable: Serves as the database for storing user chat IDs and information, managing the subscriber list.
- Spoonacular API: Third-party recipe API providing high-quality random vegan recipe data.
- n8n Automation Platform: Used to build and execute the entire automation workflow.
Target Audience and Value
- Vegan diet promoters, nutritionists, and related content operators who can leverage this workflow for automated content delivery, saving manpower costs.
- Telegram channel or group administrators who want to regularly push quality recipes via an automated bot to increase member activity.
- Individual users seeking daily vegan inspiration and convenient nutritional guidance for a healthy lifestyle.
Overall, this workflow significantly streamlines the automated distribution of vegan content, enhances user experience, and serves as an ideal solution for healthy eating content delivery.