Skip to main content

Send candidate outcome emails and SMS and notify referrers with Airtable

Workflow preview

Workflow preview
100%
Send candidate outcome emails and SMS and notify referrers with Airtable preview
Open on n8n.io

1. Workflow Overview

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...

Best for

  • Lead Nurturing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jasurbek.

Original n8n.io source

1.1 Workflow description

Title
Send candidate outcome emails and SMS and notify referrers with Airtable
Workflow name
Send candidate outcome emails and SMS and notify referrers with Airtable

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 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

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Tag eventType = info

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 2 - Tag eventType = course

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 3 - Merge — Any Trigger

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 2

Block 4 - Code — Normalize + Decide Action

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Switch — Route Action

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 2

Block 6 - WF6 Complete

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 7 - Airtable Trigger — Info Outcome Updated At1

Type / Role
n8n-nodes-base.airtableTrigger - airtableTrigger
Config choices
Version 1

Block 8 - Course Outcome Updated At

Type / Role
n8n-nodes-base.airtableTrigger - airtableTrigger
Config choices
Version 1

Block 9 - Attended email

Type / Role
n8n-nodes-base.sendInBlue - sendInBlue
Config choices
Version 1

Block 10 - Course outcome email

Type / Role
n8n-nodes-base.sendInBlue - sendInBlue
Config choices
Version 1

Block 11 - Airtable — Commit Post-Info Attended Sent

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2

Block 12 - Airtable — Commit Post-Info NoShow Sent

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2

Block 13 - Brevo Email — Referrer Course Outcome1

Type / Role
n8n-nodes-base.sendInBlue - sendInBlue
Config choices
Version 1

Block 14 - Airtable — Commit Course Outcome Message Sent1

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2

Block 15 - Referrer notified course start

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2

Block 16 - Airtable — Commit Referrer Notified (Info) [No-Show branch]

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2

Block 17 - Brevo Email — Referrer Info Outcome

Type / Role
n8n-nodes-base.sendInBlue - sendInBlue
Config choices
Version 1

Block 18 - Attended sms1

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.3

Block 19 - If1

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 20 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 28 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13062/13062.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Send candidate outcome emails and SMS and notify referrers with Airtable do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.