Block 1 - Workflow Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Description Automate the full candidate outreach lifecycle: when a new application hits your ATS, this workflow validates the phone number, creates the contact in Aloware, sends a department specif...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.noop, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Maxim Dudnik.
Original n8n.io sourceAutomate the full candidate outreach lifecycle: when a new application hits your ATS, this workflow validates the phone number, creates the contact in Aloware, sends a department-specific SMS, routes to the right AI pre-screening sequence based on role type, then follows up 24 hours later if the candidate hasn't responded - notifying the hiring manager if manual outreach is needed. Speed kills in recruiting - not speed of hiring, but speed of response. Top candidates are off the market within 10 days, and the first recruiter to make contact has a massive advantage. This workflow closes the gap between "application received" and "first outreach" to seconds, while adding smart routing and a built-in safety net for non-responsive candidates.
A Merge node converges all three branches back into a single path.
A Wait node pauses the workflow for 24 hours.
An HTTP Request looks up the candidate's contact in Aloware to check whether they've communicated since the initial SMS.
An IF node evaluates the response:
Candidate responded → no further action needed.
No response → sends a follow-up SMS, then fires a webhook notification to the hiring manager (Slack, Teams, or any endpoint) flagging the candidate for manual outreach.
Aloware account with API access and at least one outbound line ATS capable of sending webhook POSTs on new applications (Greenhouse, Lever, BambooHR, Workday, etc.) (Optional) Slack workspace with an incoming webhook for hiring manager notifications
Add more branches to the Switch node for additional departments (Marketing, Customer Success, Finance, etc.) with tailored messaging and sequences. Replace the Slack webhook with an email notification using n8n's Send Email node for teams that don't use Slack. Add a Google Sheets node after the Merge to log every application to a recruiting analytics spreadsheet. Extend the follow-up logic with a second Wait + check cycle (e.g., 72 hours) before marking the candidate as unresponsive. Connect to your HRIS or Google Calendar API to auto-schedule screening calls when a candidate replies YES.
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.
Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | Route ATS applicants to Aloware for role-based SMS AI pre-screening and follow-up |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | HR, AI Chatbot |
| Author | Maxim Dudnik |
| Published | 08 Apr 2026 |
Use the JSON export at /data/workflows/14934/14934.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.
Description Automate the full candidate outreach lifecycle: when a new application hits your ATS, this workflow validates the phone number, creates the contact in Aloware, sends a department specif...
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, AI Chatbot use case.