AutomationFlowsEmail & Gmail › ConvertKit: Add Subscriber to Form & Tag

ConvertKit: Add Subscriber to Form & Tag

Original n8n title: Add Subscriber to Form, Create Tag and Subscriber to the Tag

Add subscriber to form, create tag and subscriber to the tag. Uses manualTrigger, convertKit. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesConvertKit
Email & Gmail Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "25",
  "name": "Add subscriber to form, create tag and subscriber to the tag",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        300,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "ConvertKit",
      "type": "n8n-nodes-base.convertKit",
      "position": [
        500,
        300
      ],
      "parameters": {
        "id": 1657198,
        "email": "",
        "additionalFields": {}
      },
      "credentials": {
        "convertKitApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "ConvertKit1",
      "type": "n8n-nodes-base.convertKit",
      "position": [
        710,
        300
      ],
      "parameters": {
        "name": "",
        "resource": "tag"
      },
      "credentials": {
        "convertKitApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "ConvertKit2",
      "type": "n8n-nodes-base.convertKit",
      "position": [
        910,
        300
      ],
      "parameters": {
        "email": "={{$node[\"ConvertKit\"].json[\"subscriber\"][\"email_address\"]}}",
        "tagId": 1850395,
        "resource": "tagSubscriber",
        "operation": "add",
        "additionalFields": {
          "fields": {
            "field": []
          }
        }
      },
      "credentials": {
        "convertKitApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "ConvertKit": {
      "main": [
        [
          {
            "node": "ConvertKit1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ConvertKit1": {
      "main": [
        [
          {
            "node": "ConvertKit2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "ConvertKit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Add subscriber to form, create tag and subscriber to the tag. Uses manualTrigger, convertKit. Event-driven trigger; 4 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Email & Gmail workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Email & Gmail

Email Automation Suite. Uses gmailTrigger, supabase, gmail. Event-driven trigger; 12 nodes.

Gmail Trigger, Supabase, Gmail
Email & Gmail

Marketing Teams Email Marketers Small Business Owners Community Managers Read from Google Sheets: The workflow begins by reading all contact rows from your designated Google Sheet. Check for Existing

Google Sheets, Mailer Lite, HTTP Request
Email & Gmail

[](https://www.youtube.com/watch?v=jxT6XO4eUwI)

Google Sheets, Gmail, Gmail Trigger
Email & Gmail

This workflow automatically scans food delivery platforms and restaurant websites to find the best deals and discounts. It helps you save money on meals by aggregating special offers and promotions in

HTTP Request, Gmail
Email & Gmail

Outlook. Uses microsoftOutlookTrigger, microsoftOutlookTool, stopAndError. Event-driven trigger; 10 nodes.

Microsoft Outlook Trigger, Microsoft Outlook Tool, Stop And Error