Cold email outreach : Gmail et suivi des statuts dans Google Sheets

Intermédiaire

Ceci est unMarketingworkflow d'automatisation du domainecontenant 6 nœuds.Utilise principalement des nœuds comme Gmail, GoogleSheets, SplitInBatches, ScheduleTrigger. Suivi des prospections froides par e-mail : Gmail et Google Sheets pour le suivi des statuts

Prérequis
  • Compte Google et informations d'identification Gmail API
  • Informations d'identification Google Sheets API

Catégorie

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": {
    "instanceId": "fae057ee2d891478d0c2072cd4fb64f7da69a0dd189c9cf4fd08c30e50dba628",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "07cbdd82-2df1-41eb-80f3-cfe762ce1d5e",
      "name": "Déclencheur planifié",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -40,
        40
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 14
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "bbc2f2fe-8f33-4a92-80ab-408655000baa",
      "name": "Note adhésive",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -200
      ],
      "parameters": {
        "width": 1220,
        "height": 480,
        "content": "## Cold Email Outreach with Gmail and Google Sheets Status Tracking\nThis workflow runs daily at 2 PM, fetches leads from the Google Sheet who haven't received an email yet, sends a personalized outreach message via Gmail, then updates their status in the sheet to \"yes\" for \"Is Email Sent\"."
      },
      "typeVersion": 1
    },
    {
      "id": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
      "name": "Traitement par lots des prospects",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        400,
        40
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 3
    },
    {
      "id": "0284614d-d43e-42a1-85cf-2677e06fc1f4",
      "name": "Envoyer un email personnalisé",
      "type": "n8n-nodes-base.gmail",
      "position": [
        680,
        -60
      ],
      "webhookId": "ad8c804e-857d-4a94-b722-65b0776f1d10",
      "parameters": {
        "sendTo": "={{ $json.Email }}",
        "message": "=Hello {{ $json.Name || $json['WF Full Name (metadata)'] }},\n\nI’m a software developer and automation expert. I work with businesses and individuals to build websites, mobile apps, and powerful digital solutions that help save time and grow online.\n\nI offer a range of services including:\n- Website & App Development\n- SEO & Digital Marketing\n- Business Process Automation\n\nIf you’re looking to start a new project or improve your current setup, I’d love to connect and see how I can help.\n\nAre you interested in discussing any of these services?\n\nBest regards,\nSoftware Developer | Automation Expert",
        "options": {
          "senderName": "Developer",
          "appendAttribution": false
        },
        "subject": "Need Help with Your Website, App, or Online Growth?",
        "emailType": "text"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "REDACTED",
          "name": "REDACTED_GMAIL_CREDENTIAL"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "ae48ba04-d428-4aa3-9212-fb49af92c7ae",
      "name": "Récupérer les prospects",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        180,
        40
      ],
      "parameters": {
        "options": {},
        "filtersUI": {
          "values": [
            {
              "lookupColumn": "Is Email Sent"
            }
          ]
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "REDACTED_SHEET_ID"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "REDACTED_DOCUMENT_ID"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "REDACTED",
          "name": "REDACTED_SHEETS_CREDENTIAL"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6",
      "name": "Mettre à jour le statut du prospect",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        880,
        40
      ],
      "parameters": {
        "columns": {
          "value": {
            "Email": "={{ $('Batch Processing of Leads').item.json.Email }}",
            "Is Email Sent": "yes"
          },
          "schema": [
            {
              "id": "Email",
              "type": "string",
              "display": true
            },
            {
              "id": "Is Email Sent",
              "type": "string",
              "display": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "Email"
          ]
        },
        "options": {},
        "operation": "update",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "REDACTED_SHEET_ID"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "REDACTED_DOCUMENT_ID"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "REDACTED",
          "name": "REDACTED_SHEETS_CREDENTIAL"
        }
      },
      "typeVersion": 4.5
    }
  ],
  "pinData": {},
  "connections": {
    "ae48ba04-d428-4aa3-9212-fb49af92c7ae": {
      "main": [
        [
          {
            "node": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "07cbdd82-2df1-41eb-80f3-cfe762ce1d5e": {
      "main": [
        [
          {
            "node": "ae48ba04-d428-4aa3-9212-fb49af92c7ae",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6": {
      "main": [
        [
          {
            "node": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0284614d-d43e-42a1-85cf-2677e06fc1f4": {
      "main": [
        [
          {
            "node": "62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "166afe50-aa7b-4e46-8ebc-bd964d670e34": {
      "main": [
        [],
        [
          {
            "node": "0284614d-d43e-42a1-85cf-2677e06fc1f4",
            "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é ?

Intermédiaire - Marketing

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œuds6
Catégorie1
Types de nœuds5
Description de la difficulté

Adapté aux utilisateurs expérimentés, avec des workflows de complexité moyenne contenant 6-15 nœuds

Auteur
Usman Liaqat

Usman Liaqat

@usmanliaqat

Full Stack Website Developer & Automation Expert

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34