Skip to main content

Email subscription service with n8n forms, Airtable and AI

Workflow preview

Workflow preview
100%
Email subscription service with n8n forms, Airtable and AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template shows how anyone can build a simple newsletter like subscription service where users can enrol themselves to receive messages/content on a regular basis. It uses n8n forms for dat...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.airtable, n8n-nodes-base.gmail, n8n-nodes-base.executeworkflow, n8n-nodes-base.set, n8n-nodes-base.executeworkflowtrigger, n8n-nodes-base.formtrigger, n8n-nodes-base.filter

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Email subscription service with n8n forms, Airtable and AI
Workflow name
Email subscription service with n8n forms, Airtable and AI

This n8n template shows how anyone can build a simple newsletter-like subscription service where users can enrol themselves to receive messages/content on a regular basis. It uses n8n forms for data capture, Airtable for database, AI for content generation and Gmail for email sending.

How it works

  • An n8n form is setup up to allow users to subscribe with a desired topic and interval of which to recieve messages via n8n forms which is then added to the Airtable.
  • A scheduled trigger is executed every morning and searches for subscribers to send messages for based on their desired intervals.
  • Once found, Subscribers are sent to a subworkflow which performs the text content generation via an AI agent and also uses a vision model to generate an image.
  • Both are attached to an email which is sent to the subscriber. This email also includes an unsubscribe link.
  • The unsubscribe flow works similarly via n8n form interface which when submitted disables further scheduled emails to the user.

How to use

Requirements

  • Airtable for Database
  • OpenAI for LLM (but compatible with others)
  • Gmail for Email (but can be replaced with others)

Customising this workflow

  • This simple use can be extended to deliver any types of content such as your company newsletter, promotions, social media posts etc.
  • Doesn't have to be limited to just email - try social messaging, Whatsapp, Telegram and others.

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

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Search daily

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

Block 3 - Search weekly

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

Block 4 - confirmation email1

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 5 - Execute Workflow

Type / Role
n8n-nodes-base.executeWorkflow - executeWorkflow
Config choices
Version 1.1

Block 6 - Create Event

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

Block 7 - Execute Workflow Trigger

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

Block 8 - Unsubscribe Form

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 9 - Set Email Vars

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

Block 10 - Log Last Sent

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

Block 11 - Search surprise

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

Block 12 - Should Send = True

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 13 - Should Send?

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

Block 14 - Create Subscriber

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

Block 15 - Update Subscriber

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

Block 16 - Sticky Note

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

Block 17 - Sticky Note1

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

Block 18 - Sticky Note2

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

Block 19 - Sticky Note3

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

Block 20 - Subscribe Form

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 21 - Execution Data

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

Block 22 - Window Buffer Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 23 - Wikipedia

Type / Role
@n8n/n8n-nodes-langchain.toolWikipedia - toolWikipedia
Config choices
Version 1

Block 24 - Content Generation Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.7

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

3. Summary Table

Workflow Email subscription service with n8n forms, Airtable and AI
Complexity advanced
Nodes 32
Categories Social Media, Multimodal AI
Author Jimleuk
Published 10 Dec 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2618/2618.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 Email subscription service with n8n forms, Airtable and AI do?

This n8n template shows how anyone can build a simple newsletter like subscription service where users can enrol themselves to receive messages/content on a regular basis. It uses n8n forms for dat...

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 Social Media, Multimodal AI use case.