Coach de succès client piloté par l'IA

Intermédiaire

Ceci est unCRM, Multimodal AIworkflow d'automatisation du domainecontenant 14 nœuds.Utilise principalement des nœuds comme Cron, Gmail, Notion, OpenAi. Automatisation de la communication et de la gestion client avec Notion, Gmail et GPT-4o

Prérequis
  • Compte Google et informations d'identification Gmail API
  • Clé API Notion
  • Clé API OpenAI

Nœuds utilisés (14)

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
{
  "id": "ai-client-success-coach-001",
  "name": "AI-Powered Client Success Coach",
  "tags": [
    "solopreneur",
    "client success",
    "automation",
    "no-code",
    "GPT-4o",
    "Notion",
    "email",
    "CRM",
    "small business"
  ],
  "nodes": [
    {
      "id": "node-cron-001",
      "name": "Déclencheur Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        100,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-new",
      "name": "Obtenir les Nouveaux Clients de Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-gmail-welcome",
      "name": "Envoyer l'E-mail de Bienvenue",
      "type": "n8n-nodes-base.gmail",
      "position": [
        500,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-onboarded",
      "name": "Mettre à Jour le Client vers 'Intégré'",
      "type": "n8n-nodes-base.notion",
      "position": [
        700,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-checkin",
      "name": "Obtenir les Clients Actifs Nécessitant un Point",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        500
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-openai-checkin",
      "name": "Générer un Message de Point avec GPT-4o",
      "type": "n8n-nodes-base.openAi",
      "position": [
        500,
        500
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-gmail-checkin",
      "name": "Envoyer l'E-mail de Point",
      "type": "n8n-nodes-base.gmail",
      "position": [
        700,
        500
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-update-checkin",
      "name": "Mettre à Jour la Date du Dernier Point",
      "type": "n8n-nodes-base.notion",
      "position": [
        900,
        500
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-feedback",
      "name": "Obtenir les Clients Terminés pour Retour",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        700
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-gmail-feedback",
      "name": "Envoyer la Demande de Retour",
      "type": "n8n-nodes-base.gmail",
      "position": [
        500,
        700
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-mark-feedback",
      "name": "Marquer le Retour Collecté",
      "type": "n8n-nodes-base.notion",
      "position": [
        700,
        700
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-inactive",
      "name": "Obtenir les Clients Inactifs",
      "type": "n8n-nodes-base.notion",
      "position": [
        300,
        900
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-gmail-reengage",
      "name": "Envoyer l'E-mail de Réactivation",
      "type": "n8n-nodes-base.gmail",
      "position": [
        500,
        900
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "node-notion-mark-reengage",
      "name": "Marquer la Réactivation Envoyée",
      "type": "n8n-nodes-base.notion",
      "position": [
        700,
        900
      ],
      "parameters": {},
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {},
  "versionId": "v1.0",
  "connections": {
    "node-cron-001": {
      "main": [
        [
          "Obtenir les Nouveaux Clients de Notion",
          "main",
          0
        ],
        [
          "Obtenir les Clients Actifs Nécessitant un Point",
          "main",
          0
        ],
        [
          "Obtenir les Clients Terminés pour Retour",
          "main",
          0
        ],
        [
          "Obtenir les Clients Inactifs",
          "main",
          0
        ]
      ]
    },
    "node-gmail-welcome": {
      "main": [
        [
          "Mettre à Jour le Client vers 'Intégré'",
          "main",
          0
        ]
      ]
    },
    "node-gmail-checkin": {
      "main": [
        [
          "Mettre à Jour la Date du Dernier Point",
          "main",
          0
        ]
      ]
    },
    "node-notion-inactive": {
      "main": [
        [
          "Envoyer l'E-mail de Réactivation",
          "main",
          0
        ]
      ]
    },
    "node-gmail-feedback": {
      "main": [
        [
          "Marquer le Retour Collecté",
          "main",
          0
        ]
      ]
    },
    "node-gmail-reengage": {
      "main": [
        [
          "Marquer la Réactivation Envoyée",
          "main",
          0
        ]
      ]
    },
    "node-notion-new": {
      "main": [
        [
          "Envoyer l'E-mail de Bienvenue",
          "main",
          0
        ]
      ]
    },
    "node-notion-feedback": {
      "main": [
        [
          "Envoyer la Demande de Retour",
          "main",
          0
        ]
      ]
    },
    "node-notion-checkin": {
      "main": [
        [
          "Générer un Message de Point avec GPT-4o",
          "main",
          0
        ]
      ]
    },
    "node-openai-checkin": {
      "main": [
        [
          "Envoyer l'E-mail de Point",
          "main",
          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é ?

Intermédiaire - CRM, 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é
Intermédiaire
Nombre de nœuds14
Catégorie2
Types de nœuds4
Description de la difficulté

Adapté aux utilisateurs expérimentés, avec des workflows de complexité moyenne contenant 6-15 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