Add a subscriber to a list and create and send a campaign

Add a subscriber to a list and create and send a campaign

Manual
Low
3
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
3
Node Types
0

Workflow JSON

1.67 KB
{
  "id": "14",
  "name": "Add a subscriber to a list and create and send a campaign",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Sendy",
      "type": "n8n-nodes-base.sendy",
      "position": [
        450,
        300
      ],
      "parameters": {
        "email": "[email protected]",
        "listId": "2",
        "additionalFields": {
          "name": "Harshil"
        }
      },
      "credentials": {
        "sendyApi": "sendy"
      },
      "typeVersion": 1
    },
    {
      "name": "Sendy1",
      "type": "n8n-nodes-base.sendy",
      "position": [
        650,
        300
      ],
      "parameters": {
        "title": "Welcome to n8n",
        "replyTo": "[email protected]",
        "subject": "Welcome to n8n",
        "fromName": "n8n",
        "htmlText": "<body>\n  <p>Hey!</p>\n  <p>Welcome...

Showing first 1000 characters. Click "Expand" to view the full JSON.