Kundenpflege und Empfehlungsautomatisierung (Gumroad → Notion → E-Mail)

Experte

Dies ist ein Social Media, Multimodal AI-Bereich Automatisierungsworkflow mit 17 Nodes. Hauptsächlich werden Wait, Notion, Webhook, Function, EmailSend und andere Nodes verwendet. Automatisierte Kundenpflege und Empfehlungs-Navigation für Gumroad mit Notion und E-Mail

Voraussetzungen
  • Notion API Key
  • HTTP Webhook-Endpunkt (wird von n8n automatisch generiert)
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "meta": {},
  "name": "Client Nurture & Testimonial Auto-Pilot (Gumroad → Notion → Email)",
  "nodes": [
    {
      "id": "StickyOverview",
      "name": "📌 Notiz – Übersicht & Einrichtung",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "WebhookSale",
      "name": "Gumroad-Verkauf (Webhook)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        80,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnMap",
      "name": "Verkauf → Kunde zuordnen",
      "type": "n8n-nodes-base.function",
      "position": [
        340,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "NotionCreateClient",
      "name": "Notion – Kunde anlegen",
      "type": "n8n-nodes-base.notion",
      "position": [
        600,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailDelivery",
      "name": "E-Mail – Lieferung (Sofort)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        860,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Wait3d",
      "name": "Warten – 3 Tage",
      "type": "n8n-nodes-base.wait",
      "position": [
        1060,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "EmailTips",
      "name": "E-Mail – Tipps (Tag 3)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1260,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Wait7d",
      "name": "Warten – 7 Tage",
      "type": "n8n-nodes-base.wait",
      "position": [
        1460,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnTestimonialLink",
      "name": "Testimonial-Link erstellen",
      "type": "n8n-nodes-base.function",
      "position": [
        1660,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailAsk",
      "name": "E-Mail – Testimonial-Anfrage (Tag 7)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1860,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "WebhookTestimonial",
      "name": "Testimonial (Webhook)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        80,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnMapT",
      "name": "Testimonial zuordnen",
      "type": "n8n-nodes-base.function",
      "position": [
        340,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "NotionCreateT",
      "name": "Notion – Testimonial anlegen",
      "type": "n8n-nodes-base.notion",
      "position": [
        600,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailOwner",
      "name": "E-Mail – Benachrichtigung Inhaber",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        860,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "RespondOK",
      "name": "Antwort – Danksagung",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1060,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ErrorTrig",
      "name": "Bei Fehler",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        80,
        520
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "EmailError",
      "name": "E-Mail – Fehlerwarnung",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        340,
        520
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "pinData": {},
  "settings": {
    "executionOrder": "v1",
    "saveExecutionProgress": true
  },
  "connections": {
    "ErrorTrig": {
      "main": [
        [
          {
            "node": "EmailError",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FnMapT": {
      "main": [
        [
          {
            "node": "NotionCreateT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait3d": {
      "main": [
        [
          {
            "node": "EmailTips",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait7d": {
      "main": [
        [
          {
            "node": "FnTestimonialLink",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FnMap": {
      "main": [
        [
          {
            "node": "NotionCreateClient",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WebhookTestimonial": {
      "main": [
        [
          {
            "node": "FnMapT",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FnTestimonialLink": {
      "main": [
        [
          {
            "node": "EmailAsk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmailOwner": {
      "main": [
        [
          {
            "node": "RespondOK",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmailTips": {
      "main": [
        [
          {
            "node": "Wait7d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "WebhookSale": {
      "main": [
        [
          {
            "node": "FnMap",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "NotionCreateClient": {
      "main": [
        [
          {
            "node": "EmailDelivery",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "NotionCreateT": {
      "main": [
        [
          {
            "node": "EmailOwner",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "EmailDelivery": {
      "main": [
        [
          {
            "node": "Wait3d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Häufig gestellte Fragen

Wie verwende ich diesen Workflow?

Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.

Für welche Szenarien ist dieser Workflow geeignet?

Experte - Soziale Medien, Multimodales KI

Ist es kostenpflichtig?

Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.

Workflow-Informationen
Schwierigkeitsgrad
Experte
Anzahl der Nodes17
Kategorie2
Node-Typen8
Schwierigkeitsbeschreibung

Für fortgeschrittene Benutzer, komplexe Workflows mit 16+ Nodes

Autor
Shelly-Ann Davy

Shelly-Ann Davy

@shecodesflo

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34