Title: AI Document Processor for Property Files
Description: Built an n8n workflow that extracts structured fields from property documents including lease agreements and rental files using a language model. Unstructured documents go in, clean spreadsheet rows come out. Built with a PropTech use case in mind. Stack: n8n, Groq, Google Sheets.
1
28
Title: Automated Customer Onboarding Workflow
Description: Built an n8n workflow triggered by a webhook that sends AI-personalised welcome emails, creates CRM records in Airtable, notifies the team on Slack, and fires a timed follow-up automatically. Every new signup flows through the full sequence without any manual work. Stack: n8n, Groq, Airtable, Slack, Gmail.
1
30
Title: AI FAQ Support Agent with RAG and Vector Search
Description: Built an n8n support agent that embeds incoming customer questions using Gemini, searches a Supabase vector store for relevant context, and generates accurate answers using Groq LLaMA. When no match is found, the workflow escalates to a human via Gmail. Stack: n8n, Supabase, Gemini, Groq, Gmail.
1
28
Title: AI Lead Enrichment and Outreach Workflow
Description: Built an n8n workflow that reads a lead list from Google Sheets, visits each company website using an HTTP request node, and uses Groq LLaMA to generate a personalised cold email for each lead. The finished emails are written back into the spreadsheet automatically. Stack: n8n, Groq, Google Sheets.