AutomationFlowsSlack & Telegram › Enviar Miembros Del CMS Ghost Hacia Newsletter Sendy

Enviar Miembros Del CMS Ghost Hacia Newsletter Sendy

ByThe { AI } rtist @tuxed on n8n.io

**

Webhook trigger★☆☆☆☆ complexity3 nodesHTTP RequestTelegram
Slack & Telegram Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow corresponds to n8n.io template #629 — we link there as the canonical source.

This workflow follows the HTTP Request → Telegram recipe pattern — see all workflows that pair these two integrations.

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": "3",
  "name": "RegisterSendly",
  "nodes": [
    {
      "name": "HTTP Request1",
      "type": "n8n-nodes-base.httpRequest",
      "color": "#BB1AE3",
      "notes": "Registrar Miembro en Newsletter\n",
      "position": [
        810,
        140
      ],
      "parameters": {
        "url": "https://yoursendyinstallation.com/subscribe",
        "options": {
          "bodyContentType": "form-urlencoded"
        },
        "requestMethod": "POST",
        "responseFormat": "string",
        "bodyParametersUi": {
          "parameter": [
            {
              "name": "api_key",
              "value": "your-main-api-key"
            },
            {
              "name": "boolean",
              "value": "true"
            },
            {
              "name": "silent",
              "value": "true"
            },
            {
              "name": "name",
              "value": "n8n automated"
            },
            {
              "name": "email",
              "value": "={{$node[\"Webhook\"].json[\"body\"][\"member\"][\"current\"][\"email\"]}}"
            },
            {
              "name": "list",
              "value": "your-list-id"
            }
          ]
        },
        "queryParametersUi": {
          "parameter": []
        }
      },
      "notesInFlow": true,
      "typeVersion": 1
    },
    {
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "color": "#76F507",
      "notes": "Webhook para Ghost",
      "position": [
        450,
        190
      ],
      "parameters": {
        "path": "06cfbe404338f125f6cdeab8d2b7ff1e",
        "options": {},
        "httpMethod": "POST"
      },
      "executeOnce": false,
      "notesInFlow": true,
      "typeVersion": 1,
      "alwaysOutputData": false
    },
    {
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "notes": "Mandar notificaci\u00f3n en Telegram",
      "position": [
        860,
        400
      ],
      "parameters": {
        "text": "=Nuevo Integrante registrado: {{$node[\"Webhook\"].json[\"body\"][\"member\"][\"current\"][\"email\"]}}",
        "chatId": "@yourtelegramgroup",
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": "<your credential>"
      },
      "notesInFlow": true,
      "typeVersion": 1
    }
  ],
  "active": true,
  "settings": {},
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "HTTP Request1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Telegram",
            "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

**

Source: https://n8n.io/workflows/629/ — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

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

Slack & Telegram

InnovateMailer - Smart Follow-up. Uses httpRequest, telegram. Webhook trigger; 4 nodes.

HTTP Request, Telegram
Slack & Telegram

qualiopi. Uses airtable, telegram, emailSend, httpRequest. Webhook trigger; 51 nodes.

Airtable, Telegram, Email Send +3
Slack & Telegram

PsyCardv2. Uses executeCommand, telegram, readBinaryFile, googleDrive. Webhook trigger; 41 nodes.

Execute Command, Telegram, Read Binary File +2
Slack & Telegram

[](https://www.linkedin.com/in/mosaab-yassir-lafrimi/)[](https://t.me/joevenner)

HTTP Request, Redis, S3 +1
Slack & Telegram

How it works • Webhook triggers from content creation system in Airtable • Downloads media (images/videos) from Airtable URLs • Uploads media to Postiz cloud storage • Schedules or publishes content a

Airtable, Telegram, HTTP Request