Activity
Mon
Wed
Fri
Sun
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
What is this?
Less
More

Memberships

AI Automation Agency Hub

328.7k members • Free

Agency Owners

20.4k members • Free

AI Automation Society

424.2k members • Free

2 contributions to AI Automation Agency Hub
Built an AI workflow that turns business cards into LinkedIn-ready contacts
I recently built this workflow for a lead who was manually typing business cards into a spreadsheet after every networking event. Here's what it does now: Snap a photo of the card Gemini 2.5 Flash reads the details (name, company, title, email, phone) Serper finds their LinkedIn profile automatically Everything lands in a Google Sheet, ready to use No typing. No app. Just a photo → Gemini → LinkedIn lookup → sheet. 7 nodes, fully automated, took a few hours to build in n8n. If you're doing outreach or going to events regularly, this is the kind of thing that saves an hour a week without you noticing. Happy to break down any part of the build if you're curious how it's wired up.
2
0
Built an AI workflow that turns business cards into LinkedIn-ready contacts
CV Screening and Ranking Automation
Built a CV screening & ranking automation for recruitment agencies, sharing the architecture and a few real gotchas in case it's useful to anyone building something similar. The idea: recruiter submits a job spec (title, must-haves, nice-to-haves, experience level) + a batch of CVs through a form. The workflow scores every candidate against that spec using AI, ranks them, flags red flags, and outputs a sorted list to Google Sheets plus an optional dark-themed dashboard. Stack: Tally (form intake) → n8n → Gemini 2.5 Flash (scoring) → Google Sheets → HTML dashboard. Architecture: Tally webhook triggers → code node extracts job spec fields + splits CVs into individual items → each CV gets downloaded → routed by file type → text extracted → a code node builds a structured scoring prompt per candidate → Gemini scores it and returns strict JSON (skills match, experience score, education fit, red flags, reasoning) → results get ranked and written to Sheets → a second webhook serves a live ranked dashboard on demand. A few things I hit building this, in case they save someone time: Tally has no native trigger node in n8n, you have to use a plain Webhook node and connect it manually through Tally's own webhook integration settings, not obvious from the docs. n8n's Extract From File node doesn't support DOCX at all, only PDF, CSV, HTML, JSON, RTF, XML, XLS/XLSX, etc. If your intake needs to handle Word docs, you'll need either a conversion step or a different extraction approach, I'm currently restricting uploads to PDF only until I build that out properly. Careful with per-item vs "run once for all items" code node modes when processing a batch, mixing them up silently drops items rather than throwing a clear error, cost me a good chunk of debugging time tracing why only one candidate out of two was landing in the sheet. Gemini's free tier (AI Studio) is a solid, genuinely free option for this kind of scoring task, no credit card needed, plenty of headroom for testing and even early production use.
CV Screening and Ranking Automation
1-2 of 2
Raheel Bin farhan
2
15points to level up
@raheel-bin-farhan-5363
I build automation workflows for marketing agencies using n8n like lead handling, follow-ups, internal alerts. Always learning, always building.

Active 2h ago
Joined May 24, 2026
Powered by