Automatisation des e-mails de nurturing client et collecte des avis clients Notion

Avancé

Ceci est unInvoice Processing, AI Summarization, Multimodal AIworkflow d'automatisation du domainecontenant 18 nœuds.Utilise principalement des nœuds comme If, Code, Notion, Webhook, Telegram. Extraire et organiser les données de reçus avec WhatsApp, GPT-4V et Google Sheets

Prérequis
  • Clé API Notion
  • Point de terminaison HTTP Webhook (généré automatiquement par n8n)
  • Token Bot Telegram
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
{
  "name": "Automate client nurture emails and testimonial collection from Notion",
  "tags": [],
  "nodes": [
    {
      "id": "sticky-header",
      "name": "Note adhésive",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "sticky-setup",
      "name": "Note adhésive 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        300
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "manual1",
      "name": "Déclencheur manuel",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        220,
        660
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "schedule1",
      "name": "Déclencheur planifié",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        220,
        760
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "getdate1",
      "name": "Obtenir la date du jour",
      "type": "n8n-nodes-base.code",
      "position": [
        420,
        710
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "notion1",
      "name": "Obtenir les clients Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        620,
        710
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "calculate1",
      "name": "Calculer les jours d'étape",
      "type": "n8n-nodes-base.code",
      "position": [
        820,
        710
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ifday7",
      "name": "SI Jour 7",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        610
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ifday30",
      "name": "SI Jour 30",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        710
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ifday60",
      "name": "SI Jour 60",
      "type": "n8n-nodes-base.if",
      "position": [
        1020,
        810
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "email7",
      "name": "Envoyer l'email Jour 7",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        610
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "email30",
      "name": "Envoyer l'email Jour 30",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        710
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "email60",
      "name": "Envoyer l'email Jour 60",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1220,
        810
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "telegram1",
      "name": "Notifier via Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1420,
        710
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "webhook1",
      "name": "Avis client Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        220,
        980
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "parse1",
      "name": "Analyser l'avis",
      "type": "n8n-nodes-base.code",
      "position": [
        420,
        980
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "telegram2",
      "name": "Notifier l'avis",
      "type": "n8n-nodes-base.telegram",
      "position": [
        620,
        980
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "respond1",
      "name": "Répondre à Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        820,
        980
      ],
      "parameters": {},
      "typeVersion": 1.1
    }
  ],
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "updatedAt": "2025-10-06T00:00:00.000Z",
  "versionId": "1.0.0",
  "staticData": null,
  "connections": {
    "ifday7": {
      "main": [
        [
          {
            "node": "email7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ifday30": {
      "main": [
        [
          {
            "node": "email30",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ifday60": {
      "main": [
        [
          {
            "node": "email60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "getdate1": {
      "main": [
        [
          {
            "node": "notion1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "manual1": {
      "main": [
        [
          {
            "node": "getdate1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "schedule1": {
      "main": [
        [
          {
            "node": "getdate1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email7": {
      "main": [
        [
          {
            "node": "telegram1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "parse1": {
      "main": [
        [
          {
            "node": "telegram2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email30": {
      "main": [
        [
          {
            "node": "telegram1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "email60": {
      "main": [
        [
          {
            "node": "telegram1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "notion1": {
      "main": [
        [
          {
            "node": "calculate1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "telegram2": {
      "main": [
        [
          {
            "node": "respond1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "webhook1": {
      "main": [
        [
          {
            "node": "parse1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "calculate1": {
      "main": [
        [
          {
            "node": "ifday7",
            "type": "main",
            "index": 0
          },
          {
            "node": "ifday30",
            "type": "main",
            "index": 0
          },
          {
            "node": "ifday60",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 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é - Traitement des factures, Résumé IA, 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œuds18
Catégorie3
Types de nœuds10
Description de la difficulté

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

Auteur
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

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