Block 1 - Fetch Recent Emails
- Type / Role
- n8n-nodes-base.gmail - gmail
- Config choices
- Version 2.1
Gmail Candidate Email SLA Monitoring & Slack Alert Workflow This workflow automatically monitors candidate emails received in the last 24 hours and checks whether a recruiter has replied within the...
n8n-nodes-base.gmail, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.slack, n8n-nodes-base.merge, n8n-nodes-base.scheduletrigger, 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 monitors candidate emails received in the last 24 hours and checks whether a recruiter has replied within the same thread. If no reply is found, it flags it as an SLA breach and sends a Slack alert to an available team member (active if possible, otherwise random). This helps ensure timely communication with candidates.
This workflow continuously monitors incoming emails from candidates and ensures that no message goes unanswered. It focuses specifically on emails received within the last 24 hours and identifies conversations that have not received a reply from the recruiter.
Once emails are fetched, the workflow filters relevant candidate communications based on sender domain and label/category. It then retrieves the full email thread and analyzes whether any reply has been sent from the recruiter’s side. If no reply exists in the thread, it is marked as an SLA breach.
To ensure quick action, the workflow integrates with Slack. It checks the availability of team members and intelligently selects an active user. If no one is active, it assigns the alert to a random team member, ensuring accountability and timely follow-up.
To use this workflow, you need:
SENT labelhasReplied = trueThere can be many more use cases depending on how you extend and customize this workflow.
| Issue | Possible Cause | Solution |
|---|---|---|
| No emails fetched | Gmail node not configured correctly | Check credentials and filters |
| Incorrect email filtering | Wrong domain/label logic | Update filter conditions |
| Replies not detected | Thread parsing issue | Verify SENT label logic |
| No Slack message sent | Invalid user ID or Slack config | Check Slack credentials |
| All users shown as away | Slack presence limitation | Verify Slack presence permissions |
| Random user not selected | Logic error in code node | Validate selection script |
| Workflow not triggering | Scheduler disabled | Enable and verify schedule |
If you need help setting up this workflow, customizing nodes or adding advanced features, our n8n automation team at WeblineIndia is here to assist you.
We can help you:
Feel free to reach out to WeblineIndia for expert guidance or to build similar automation solutions tailored to your business needs.
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 | Monitor candidate email SLA breaches with Gmail and send Slack alerts |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | HR |
| Author | WeblineIndia |
| Published | 22 Apr 2026 |
Use the JSON export at /data/workflows/15234/15234.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.
Gmail Candidate Email SLA Monitoring & Slack Alert Workflow This workflow automatically monitors candidate emails received in the last 24 hours and checks whether a recruiter has replied within the...
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 HR use case.