Automated Personalized Recipe Finder and Emailer

somdn_product_page

This n8n workflow automates the process of fetching tailored recipe options based on user-defined criteria and sending them via email. It is triggered daily at 10 AM using a cron trigger, making it ideal for creating daily meal suggestions or dietary plans.

The workflow begins with setting search criteria, including dietary preferences, health considerations, ingredient, calorie range, and preparation time. It incorporates randomness for certain parameters like diet type and health considerations to generate diverse recipes. These criteria are then used to query the Edamam Recipe Search API.

The workflow manages recipe pagination by selecting random start points for recipe retrieval, ensuring variety each day. It first fetches the total number of available recipes, then determines specific recipe IDs to retrieve the desired number of options.

Once the recipes are fetched, an HTML email body is constructed listing the recipe titles linked to their share URLs. This email is then sent to a specified recipient, providing a curated list of recipes that match the user’s dietary and time constraints.

This workflow is practical for food bloggers, dietitians, meal planner apps, or anyone who wants to automate daily recipe suggestions personalized to user preferences, with automated delivery via email.

Node Count

6 – 10 Nodes

Nodes Used

cron, emailSend, function, httpRequest, set

Reviews

There are no reviews yet.

Be the first to review “Automated Personalized Recipe Finder and Emailer”

Your email address will not be published. Required fields are marked *