Automatisation du nurturing client et des recommandations (Gumroad → Notion → E-mail)

Avancé

Ceci est unSocial Media, Multimodal AIworkflow d'automatisation du domainecontenant 17 nœuds.Utilise principalement des nœuds comme Wait, Notion, Webhook, Function, EmailSend. Automatisation de la qualification et du nurturing des clients Gumroad avec Notion et e-mails

Prérequis
  • Clé API Notion
  • Point de terminaison HTTP Webhook (généré automatiquement par n8n)
Aperçu du workflow
Visualisation des connexions entre les nœuds, avec support du zoom et du déplacement
Exporter le workflow
Copiez la configuration JSON suivante dans n8n pour importer et utiliser ce workflow
{
  "meta": {},
  "name": "Client Nurture & Testimonial Auto-Pilot (Gumroad → Notion → Email)",
  "nodes": [
    {
      "id": "StickyOverview",
      "name": "📌 Note — Vue d'ensemble & Configuration",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "WebhookSale",
      "name": "Vente Gumroad (Webhook)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        80,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnMap",
      "name": "Mapper Vente → Client",
      "type": "n8n-nodes-base.function",
      "position": [
        340,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "NotionCreateClient",
      "name": "Notion — Créer un Client",
      "type": "n8n-nodes-base.notion",
      "position": [
        600,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailDelivery",
      "name": "Email — Livraison (Immédiate)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        860,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Wait3d",
      "name": "Attente — 3 jours",
      "type": "n8n-nodes-base.wait",
      "position": [
        1060,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "EmailTips",
      "name": "Email — Conseils (Jour 3)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1260,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Wait7d",
      "name": "Attente — 7 jours",
      "type": "n8n-nodes-base.wait",
      "position": [
        1460,
        -120
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnTestimonialLink",
      "name": "Générer le Lien de Témoignage",
      "type": "n8n-nodes-base.function",
      "position": [
        1660,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailAsk",
      "name": "Email — Demande de Témoignage (Jour 7)",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1860,
        -120
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "WebhookTestimonial",
      "name": "Témoignage (Webhook)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        80,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "FnMapT",
      "name": "Mapper Témoignage",
      "type": "n8n-nodes-base.function",
      "position": [
        340,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "NotionCreateT",
      "name": "Notion — Créer un Témoignage",
      "type": "n8n-nodes-base.notion",
      "position": [
        600,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailOwner",
      "name": "Email — Notification au Propriétaire",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        860,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "RespondOK",
      "name": "Répondre — Remerciement",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1060,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ErrorTrig",
      "name": "En cas d'Erreur",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        80,
        520
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "EmailError",
      "name": "Email — Alerte d'Erreur",
      "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
          }
        ]
      ]
    }
  }
}
Foire aux questions

Comment utiliser ce workflow ?

Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.

Dans quelles scénarios ce workflow est-il adapté ?

Avancé - Réseaux sociaux, IA Multimodale

Est-ce payant ?

Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.

Informations sur le workflow
Niveau de difficulté
Avancé
Nombre de nœuds17
Catégorie2
Types de nœuds8
Description de la difficulté

Adapté aux utilisateurs avancés, avec des workflows complexes contenant 16+ nœuds

Auteur
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.”

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34