Block 1 - Cron — Daily 9AM
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
How it works This workflow runs on a daily schedule and automatically sends follow up reminders to candidates who have received an application link but have not yet applied. It checks Airtable for ...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.airtable, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.sendinblue, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jasurbek.
Original n8n.io sourceHow it works
This workflow runs on a daily schedule and automatically sends follow-up reminders to candidates who have received an application link but have not yet applied. It checks Airtable for eligible records, calculates how much time has passed since outreach was sent, and decides whether to send a first reminder, second reminder, or no message.
All decision logic is handled in a single Code node, which outputs a simple routing value. This makes the workflow easy to understand and prevents fragile conditional logic.
Each reminder is sent only once. After a reminder is sent, the workflow updates Airtable with a corresponding “sent” flag so the same reminder cannot be sent again on future runs.
Setup steps
Connect your Airtable account and select the table containing candidate records.
Ensure Airtable includes a timestamp field indicating when outreach was sent.
Ensure checkbox fields exist for each reminder (for example, “Reminder 1 Sent” and “Reminder 2 Sent”).
Connect your email provider (Brevo) and SMS provider.
Set the Cron node to run once per day at your preferred time.
Initial setup typically takes 10–15 minutes.
When to use this template
You want automated follow-ups without manual chasing
You need to avoid sending duplicate reminders
You want Airtable to remain the source of truth
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 | Send application follow-up reminders from Airtable via email and SMS |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Lead Nurturing |
| Author | Jasurbek |
| Published | 28 Jan 2026 |
Use the JSON export at /data/workflows/13058/13058.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.
How it works This workflow runs on a daily schedule and automatically sends follow up reminders to candidates who have received an application link but have not yet applied. It checks Airtable for ...
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 Lead Nurturing use case.