- Automate the collection of learning resources from online forums
- Provide personalized educational content based on user interests
- Enhance user engagement by delivering curated recommendations via email
User submits a form indicating their learning topic and email address Workflow searches HackerNews for relevant discussions using the specified topic Extracts comments and performs sentiment analysis to identify valuable resources Categorizes resources into types and formats the output in Markdown Converts Markdown to HTML and sends the formatted email to the user
- 1Import the workflow template into n8n
- 2Configure the Google Gemini API credentials for the chat model
- 3Set up the SMTP credentials for sending emails
- 4Test the form trigger to ensure it collects user input correctly
- 5Run the workflow to verify the entire process from input to email delivery