- Automate the generation of course completion certificates.
- Streamline data management for educational institutions.
- Integrate course completion events with Google Sheets.
- Send real-time alerts for errors in certificate generation.
Webhook triggers the workflow upon course completion. Text is split into manageable chunks for processing. Embeddings are generated for the course data. Data is stored in Supabase for easy retrieval. RAG agent processes the data to create certificates. Completion status is appended to Google Sheets. Slack alerts are sent for any errors encountered.
- 1Import the workflow template into n8n.
- 2Configure the webhook URL for course completion events.
- 3Set up the OpenAI and Supabase credentials.
- 4Define the Google Sheets document and sheet name.
- 5Test the workflow to ensure all connections are functional.