{
  "name": "Automate hyper-personalized email outreach with AI, Gmail & Google Sheets",
  "nodes": [
    {
      "id": "af621613-d8c3-411e-8f5b-26e08eb27133",
      "name": "Get row(s) in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        780,
        920
      ]
    },
    {
      "id": "cf8bc124-04fd-4930-9040-6fc6ee6f25c4",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        920
      ]
    },
    {
      "id": "613fd1d4-ec8a-40be-9f31-ef64483acf87",
      "name": "Send Personalized emails",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2700,
        920
      ]
    },
    {
      "id": "a40af7f9-b6f3-400e-ab4e-dd775003b733",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        60,
        620
      ],
      "parameters": {
        "width": 440,
        "height": 280,
        "content": "### Step 1: Kickoff the Conversation! 🟢📬\n\nClick **“Execute Workflow”** to start the automation.\n\nWhat happens next?\n\n- 📄 It reads data from the sheet (Name, Email, Intent, and Message).\n- 🚀 Triggers t"
      }
    },
    {
      "id": "b6a44211-9973-426f-970e-7cf92ba068cf",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        620,
        1080
      ],
      "parameters": {
        "width": 380,
        "height": 480,
        "content": "### Step 2: Sheet Scanner Activated! 📄🔍\n\nThis node connects to your **Google Sheet** and reads all the rows in it.\n\nConfigure your **document** and specific **sheet** here\n\nWhat it fetches:\n\n- 🧑‍💼 Fir"
      }
    },
    {
      "id": "742daf1e-e03e-4aa5-a01f-6d7a89e562e9",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1900,
        1120
      ],
      "parameters": {
        "width": 420,
        "height": 360,
        "content": "### Step 4: Smart Email Writer ✍️🤖\n\nThis node uses **OpenAI** to craft a personalized email reply for each contact.\n\nUsing:\n\n- 🧠 **Intent** (e.g., Demo Request, Partnership Inquiry)\n- 💬 **Why They Sen"
      }
    },
    {
      "id": "41dad360-10ee-40f4-9e9b-1f2d490d2545",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2520,
        500
      ],
      "parameters": {
        "width": 380,
        "height": 400,
        "content": "### Step 5: Hitting Send ✉️📨\n\nThis node uses the **Gmail integration** to send the personalized email generated in the previous step.\n\nWhat it does:\n\n- ✅ Sends the message to the contact’s **Email ID*"
      }
    },
    {
      "id": "cfb4be86-d24c-4eb5-ab7e-649c851bbadc",
      "name": "Message a model",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1920,
        920
      ]
    },
    {
      "id": "e2b7d857-9ebb-4bff-914c-c7c8c4c87de2",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1320,
        920
      ]
    },
    {
      "id": "c9140451-b3db-433e-9fc4-9c7ff088c455",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1100,
        560
      ],
      "parameters": {
        "width": 420,
        "height": 340,
        "content": "### Step 3: Signature Sync 🖋️📛\n\nThis node connects to your **Gmail account** to fetch your display name.\n\nWhy this matters:\n\n- ✅ Ensures your name appears correctly in the email signature.\n- 📬 Maintai"
      }
    },
    {
      "id": "da2db045-a86c-4735-bc81-b5d69df1b28a",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        0
      ],
      "parameters": {
        "width": 480,
        "height": 520,
        "content": "## 🛠️ Prerequisites\n\nBefore running this workflow, make sure the following integrations are set up:\n\n1. **Google Account Setup**  \n   - Connect your Google account using **Client Credentials**.  \n   -"
      }
    },
    {
      "id": "50b85307-3566-4b05-b7a7-459864f53362",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2740,
        1120
      ],
      "parameters": {
        "width": 420,
        "height": null,
        "content": "### Support\n\nFor further support, or to develop and custom workflow, reach out to:\n\n getstarted@intuz.com"
      }
    }
  ],
  "connections": {
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Message a model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message a model": {
      "main": [
        [
          {
            "node": "Send Personalized emails",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}