This telegram bot is designed to send one random recipe a day. This specific bot has filtered out only vegan recipes, so you can choose your diet type and send only recipes for a specific diet. What credentials you n
Automatically fetches a random vegan recipe from Spoonacular and formats it for Telegram. It filters by vegan diet to ensure relevance. It delivers the recipe to every subscriber listed in Airtable and logs delivery status.
Automates daily vegan recipe delivery to Telegram using Airtable for subscribers and Spoonacular for recipe data.
Fetches a random vegan recipe from Spoonacular.
Filters recipes to ensure vegan compliance.
Formats recipe details for Telegram messaging.
Retrieves subscriber list from Airtable.
Posts the recipe to Telegram daily via the bot.
Logs delivery status and subscriber engagement in Airtable.
Before manual processes caused delays and errors. After automation delivers reliable daily vegan recipes with auditable logs.
A simple 3-step workflow that non-technical users can follow.
Fetches the subscriber list from Airtable and reads the configured diet type to apply vegan filtering.
Requests a random recipe from Spoonacular, ensures it meets vegan criteria, and prepares it for Telegram.
Posts the recipe to Telegram via the bot and updates Airtable with delivery status.
A realistic daily run.
7:30 AM: The AI agent retrieves a random vegan recipe from Spoonacular, formats it for Telegram, and sends it to 12 subscribers. 7:32 AM: The Telegram bot posts the message and Airtable is updated with a delivered status for all subscribers. 7:35 AM: A summary log is created for auditing.
One supporting sentence.
Needs reliable daily vegan recipe posts to subscribers.
Wants strict vegan filtering on shared content.
Wants predictable, scalable recipe delivery.
Lacks time for manual curation and posting.
Needs seamless connections between Airtable, Spoonacular, and Telegram.
Wants automated customer-facing content with minimal maintenance.
One supporting sentence with short explanation.
Sends the daily vegan recipe post to subscribers via the Telegram bot.
Stores subscriber list and logs delivery status.
Provides random vegan recipes and data for formatting.
One supporting sentence with short explanation.
One supporting sentence with short explanation.
The AI agent will retry with exponential backoff. If the API remains unavailable, it will skip posting for that day and log the failure. Admins will see the failed delivery in Airtable and can retry manually if needed.
Yes. The diet type is configured in the agent settings and can be changed to test other diet filters. When updated, subsequent deliveries will honor the new filter. Historical deliveries remain in logs for auditing.
Airtable is used to manage subscribers and log deliveries. The architecture supports swapping to another database if needed, but you would then reconfigure the data source. Without subscriber data, there are no recipients for the daily recipe.
It runs daily at a defined time you specify, with configurable time zones. You can adjust the cadence, delays, and time to align with your publishing schedule. If a run is skipped, it will retry the next day and log the event.
The agent selects a random recipe each day, reducing duplicate risk. If you want strict deduping, you can enable an archival check in Spoonacular data or maintain a simple last-sent tracker in Airtable. Duplicates across days are unlikely but not impossible; you can monitor and adjust.
You will need a Telegram bot token, an Airtable base with a subscribers table, and a Spoonacular API key. The agent uses these to fetch data, manage users, and post messages. Credentials are stored securely and accessed only by the AI agent workflow.
Yes. The content layout and formatting can be adjusted to include recipe title, image, ingredients, and a link. You can modify the message template without changing the underlying automation logic. Previewing messages before posting can be enabled in advanced settings.
This telegram bot is designed to send one random recipe a day. This specific bot has filtered out only vegan recipes, so you can choose your diet type and send only recipes for a specific diet. What credentials you n