- Create customized nutrition plans for clients based on their health data.
- Automate grocery list generation from personalized meal plans.
- Schedule meal reminders in calendars for better adherence to nutrition goals.
Receive health data through a webhook. Extract relevant health context using a function node. Generate a personalized nutrition plan using AI. Parse the generated plan into structured JSON. Create a Notion page for the nutrition plan documentation. Write grocery list items to Google Sheets. Convert meal plans into calendar events for reminders.
- 1Import the workflow template into n8n.
- 2Configure the webhook to receive health data.
- 3Set up OpenAI credentials for nutrition plan generation.
- 4Connect Notion and Google Sheets with appropriate credentials.
- 5Test the workflow by sending sample health data.