AutomationFlowsEmail & Gmail › Jane Riveros — Flujo 09 · Tu Lista De Correo, En Serio

Jane Riveros — Flujo 09 · Tu Lista De Correo, En Serio

Jane Riveros — Flujo 09 · Tu lista de correo, en serio. Uses httpRequest, mailchimp. Webhook trigger; 6 nodes.

Webhook trigger★★☆☆☆ complexity6 nodesHTTP RequestMailchimp
Email & Gmail Trigger: Webhook Nodes: 6 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
{
  "name": "Jane Riveros \u2014 Flujo 09 \u00b7 Tu lista de correo, en serio",
  "nodes": [
    {
      "id": "af127866-17de-4c60-9905-6d088c7e39e1",
      "name": "C\u00d3MO CONFIGURAR",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        336,
        256
      ],
      "parameters": {
        "content": "## Flujo 09 \u00b7 Tu lista de correo, en serio\n**Qu\u00e9 hace:** cuando alguien comenta tu palabra clave (ej: \"FLUJOS\"), recibe un DM autom\u00e1tico con tu regalo, capturas su correo y entra a tu lista con bienvenida por Mailchimp. Tus seguidores son del algoritmo; tu lista es TUYA.\n\n**Configuraci\u00f3n (\u224830 min):**\n1. **Webhook** \u2014 con\u00e9ctalo a los webhooks de comentarios de Meta (Meta for Developers \u2192 Webhooks \u2192 comments). JSON esperado: { \"texto\", \"comment_id\", \"email\" }\n2. **Palabra clave** \u2014 cambia \"FLUJOS\" por la tuya.\n3. **DM autom\u00e1tico** \u2014 pon tu token de p\u00e1gina de Meta.\n4. **Mailchimp** \u2014 conecta tu cuenta y elige tu audiencia (lista).\n5. Activa el workflow.\n\n**Nota legal (Chile, Ley 21.719):** captura correos SOLO con consentimiento expl\u00edcito. El DM debe pedir el correo, no sacarlo de otro lado.\n\n**Te devuelve:** un activo tuyo que crece solo.\n\n\u2014 Jane Riveros \u00b7 janeriveros.com",
        "width": 480,
        "height": 520
      }
    },
    {
      "id": "92c85726-15cd-49fb-a053-2caa1c6a297a",
      "name": "Comentario nuevo (IG / TikTok)",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2.1,
      "position": [
        0,
        96
      ],
      "parameters": {
        "httpMethod": "POST",
        "path": "comentario-nuevo"
      }
    },
    {
      "id": "0e760644-a441-48b5-bea7-a2ab1769bf36",
      "name": "\u00bfDice la palabra clave?",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2.2,
      "position": [
        224,
        96
      ],
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": false,
            "leftValue": "",
            "typeValidation": "loose"
          },
          "conditions": [
            {
              "leftValue": "={{ $json.body.texto }}",
              "operator": {
                "type": "string",
                "operation": "contains"
              },
              "rightValue": "FLUJOS"
            }
          ],
          "combinator": "and"
        }
      }
    },
    {
      "id": "283c5fb0-04ab-4f45-a5fa-f4ea4ab1c8ab",
      "name": "DM autom\u00e1tico con el regalo",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.3,
      "position": [
        448,
        0
      ],
      "parameters": {
        "method": "POST",
        "url": "https://graph.facebook.com/v21.0/me/messages",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "recipient",
              "value": "={{ JSON.stringify({ comment_id: $json.body.comment_id }) }}"
            },
            {
              "name": "message",
              "value": "\u00a1Hola! Aqu\u00ed va tu regalo \ud83c\udf81 D\u00e9jame tu correo y te lo env\u00edo al tiro."
            },
            {
              "name": "access_token",
              "value": "TU_TOKEN_DE_PAGINA"
            }
          ]
        }
      }
    },
    {
      "id": "dd0ff4a2-82a5-4143-a414-ee7172fc749e",
      "name": "Agregar a Mailchimp + bienvenida",
      "type": "n8n-nodes-base.mailchimp",
      "typeVersion": 1,
      "position": [
        672,
        0
      ],
      "parameters": {
        "resource": "member",
        "operation": "create",
        "list": "TU_LISTA",
        "email": "={{ $json.body.email }}",
        "status": "subscribed",
        "options": {}
      }
    },
    {
      "id": "08d4f0f3-a738-4c27-90df-1547674fff94",
      "name": "Ignorar (sin palabra clave)",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        448,
        192
      ],
      "parameters": {
        "mode": "manual",
        "includeOtherFields": true,
        "assignments": {
          "assignments": [
            {
              "id": "ig-1",
              "name": "ignorado",
              "value": "true",
              "type": "string"
            }
          ]
        }
      }
    }
  ],
  "connections": {
    "Comentario nuevo (IG / TikTok)": {
      "main": [
        [
          {
            "node": "\u00bfDice la palabra clave?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\u00bfDice la palabra clave?": {
      "main": [
        [
          {
            "node": "DM autom\u00e1tico con el regalo",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Ignorar (sin palabra clave)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "DM autom\u00e1tico con el regalo": {
      "main": [
        [
          {
            "node": "Agregar a Mailchimp + bienvenida",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "availableInMCP": true
  }
}
Pro

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

About this workflow

Jane Riveros — Flujo 09 · Tu lista de correo, en serio. Uses httpRequest, mailchimp. Webhook trigger; 6 nodes.

Source: https://github.com/testaiprojects1-sketch/janeriveros-website/blob/729a8f99b3a6bfd5307b5f1814b43e25abcb3ca1/public/n8nflujos/jane-riveros-flujo-09.json — 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

Flow. Uses mongoDb, stripe, intercom, mailchimp. Webhook trigger; 10 nodes.

MongoDB, Stripe, Intercom +3
Email & Gmail

This workflow keeps your contact records perfectly aligned between your CRM (e.g. HubSpot / Salesforce / Pipedrive) and Mailchimp. Whenever a contact is created or updated in one system, the automatio

HTTP Request, Pipedrive, Mailchimp
Email & Gmail

This workflow automatically creates a subscriber in a given Beehiiv publication when a new opt-in is registered in a given Systeme.io sales funnel.

HTTP Request, Gmail
Email & Gmail

This workflow automates daily attendance tracking by analyzing uploaded attendance images, extracting participant names via VLM Run’s Execute Agent, appending the structured data into Google Sheets, a

@Vlm Run/N8N Nodes Vlmrun, Google Drive Trigger, Google Drive +2
Email & Gmail

This workflow is designed for dynamic and intelligent conversational capabilities. It incorporates Meta's llama3.3-versatile model for personal assistant. There are no issues when sending simple text

HTTP Request