Block 1 - Tag eventType = info
- Type / Role
- n8n-nodes-base.set - set
- Config choices
- Version 2
How it works This workflow automates post event and post course communications for candidates, while also notifying referring partners at the correct milestones. The workflow is triggered when Airt...
n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.switch, n8n-nodes-base.airtabletrigger, n8n-nodes-base.sendinblue, n8n-nodes-base.airtable, n8n-nodes-base.httprequest
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 automates post-event and post-course communications for candidates, while also notifying referring partners at the correct milestones.
The workflow is triggered when Airtable updates timestamp fields related to Info Event Outcome or Course Outcome. Airtable controls when the workflow runs, and n8n controls what happens next. This separation avoids race conditions and keeps the system reliable.
After triggering, the workflow normalizes record data and determines exactly one action path using a centralized Code node. Based on the outcome, it sends the correct candidate email and SMS, and optionally notifies the referring person. Each message is sent only once using checkbox “sent” flags stored in Airtable.
Setup steps
Connect Airtable and select the table containing candidate records.
Ensure Airtable includes timestamp fields for Info Event Outcome and Course Outcome updates.
Ensure checkbox fields exist to track which messages have already been sent.
Connect your email provider (Brevo) and SMS provider.
Customize message content inside the Email and SMS nodes if needed.
Initial setup typically takes 15–20 minutes.
When to use this template
You need reliable post-event and post-course messaging
You want to notify referring partners automatically
You must prevent duplicate emails or SMS
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 28 workflow blocks. Download the JSON for the full node graph.
| Workflow | Send candidate outcome emails and SMS and notify referrers with Airtable |
|---|---|
| Complexity | advanced |
| Nodes | 28 |
| Categories | Lead Nurturing |
| Author | Jasurbek |
| Published | 28 Jan 2026 |
Use the JSON export at /data/workflows/13062/13062.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 automates post event and post course communications for candidates, while also notifying referring partners at the correct milestones. The workflow is triggered when Airt...
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.