- Automate weekly habit tracking summaries for personal development.
- Integrate habit data into Google Sheets for better visualization.
- Utilize AI to enhance the analysis of habit-forming behaviors.
Webhook trigger captures incoming habit form data. Text splitter processes the data into smaller chunks. OpenAI embeddings create a vector representation of the data. Supabase stores the embedded data for efficient querying. RAG agent processes the data and generates a summary. Results are appended to Google Sheets for tracking.
- 1Import the workflow template into your n8n instance.
- 2Configure the webhook trigger with the appropriate endpoint.
- 3Set up OpenAI and Supabase credentials in the workflow.
- 4Adjust the Google Sheets settings to match your sheet structure.
- 5Test the workflow by sending a sample habit form submission.