This n8n workflow automates intelligent meeting reminders. Triggered every five minutes, it checks Google Calendar for upcoming events. If a meeting starts in exactly 30 minutes, it compiles the context and uses a Google Gemini AI model to generate a natural-sounding reminder. Finally, it broadcasts this message simultaneously via WhatsApp and Telegram.
1
24
This n8n workflow automates lead qualification for new user registrations. Triggered by a webhook upon signup, data passes through a configuration node. A filter evaluates the candidate's qualifications. If they meet the criteria, the system automatically appends their details into a Google Sheet, and these will be very useful for those who want to automate their candidate selection process.
1
29
This n8n automation triggers manually to run two parallel AI agents. Agent A searches for internships, while Agent B searches for current AI trends, both using SerpAPI. Their structured findings are merged and sent to an orchestrator agent, which generates insights connecting the jobs to trends and updates a Google Doc with the analysis.