Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Detect duplicate candidates by email/phone from Gmail to Slack using Google Sheets This workflow automatically detects duplicate job applicants by checking incoming emails from Gmail against existi...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.gmail, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.slack, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically detects duplicate job applicants by checking incoming emails from Gmail against existing records in Google Sheets. If a candidate's email is already found in the sheet, it sends an alert to Slack; otherwise, it adds the candidate to the sheet.
Label candidate emails in Gmail with a label like applicant
Connect Gmail, Google Sheets, and Slack credentials in n8n
Create a Google Sheet with these columns:
candidate_name, candidate_email, candidate_phone, role_applied, years_of_experience, recruiter, resume_url, source_emailImport the workflow JSON
Update:
Activate the workflow
chat:write scope| Use Case | Description |
|---|---|
| Resume deduplication | Avoid processing the same applicant twice |
| Auto Slack alert | Instantly notify recruiter of repeat candidates |
| Centralized tracking | Keep candidate records in Sheets for filtering/export |
| Passive sourcing | Run hourly checks on labeled Gmail inboxes |
| Issue | Possible Cause | Solution |
|---|---|---|
| Slack message not sent | Invalid Slack token / channel not selected | Reauthorize Slack connection and select correct user/channel |
| Google Sheet not updated | Sheet ID or tab name is incorrect | Double-check the Sheet URL and worksheet tab |
| Email data not extracted | Email body format doesn’t match regex | Adjust regex in the "Code" node |
| Nothing happens | Gmail label or date filter is too strict | Ensure emails exist with the right label in the last X minutes |
Need help setting it up or tweaking regex for your custom email format? We’re happy to help — just ask!
Want to add phone number duplication checks or auto-resume upload to Google Drive? Our Automation team at WeblineIndia can guide you step-by-step.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Detect duplicate candidates from Gmail to Slack using Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | Content Creation, Multimodal AI |
| Author | WeblineIndia |
| Published | 05 Aug 2025 |
Use the JSON export at /data/workflows/7001/7001.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Detect duplicate candidates by email/phone from Gmail to Slack using Google Sheets This workflow automatically detects duplicate job applicants by checking incoming emails from Gmail against existi...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.