{
  "name": "LinkedIn to Gmail: generate cold emails with Dumpling AI, GPT-4 & Dropcontact",
  "nodes": [
    {
      "id": "7de66b30-526f-4eb1-ac77-5cae046911ae",
      "name": "Trigger on LinkedIn Profile Submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -480,
        32
      ]
    },
    {
      "id": "debcc3e2-04b5-4525-a45b-abea748d86bb",
      "name": "Extract Company Info (Dumpling AI)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -272,
        32
      ]
    },
    {
      "id": "3679ae6f-f0f9-4210-9d54-599693845002",
      "name": "Enrich Contact (Dropcontact)",
      "type": "n8n-nodes-base.dropcontact",
      "position": [
        -64,
        32
      ]
    },
    {
      "id": "12334649-93b9-488a-ac12-48054e5821e0",
      "name": "Generate Cold Email (GPT-4)",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        144,
        32
      ]
    },
    {
      "id": "45f9c532-3991-41e7-bf8a-6613e8399580",
      "name": "Send Cold Email via Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        496,
        32
      ]
    },
    {
      "id": "db20873e-d1b8-4823-b33c-1160aaa9442e",
      "name": "Log Lead to Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        704,
        32
      ]
    },
    {
      "id": "24303ff7-9cd6-496b-865c-f59cde103ce9",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -496,
        -304
      ],
      "parameters": {
        "width": 624,
        "height": 464,
        "content": "## ✉️ Generate and Send Cold Email from LinkedIn Profile with AI\n\nThis workflow turns a submitted LinkedIn profile into a cold email in seconds.\n\n1. Trigger: LinkedIn URL submitted via web form  \n2. D"
      }
    }
  ],
  "connections": {
    "Send Cold Email via Gmail": {
      "main": [
        [
          {
            "node": "Log Lead to Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Cold Email (GPT-4)": {
      "main": [
        [
          {
            "node": "Send Cold Email via Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich Contact (Dropcontact)": {
      "main": [
        [
          {
            "node": "Generate Cold Email (GPT-4)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Company Info (Dumpling AI)": {
      "main": [
        [
          {
            "node": "Enrich Contact (Dropcontact)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger on LinkedIn Profile Submission": {
      "main": [
        [
          {
            "node": "Extract Company Info (Dumpling AI)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}