{
  "name": "Generate personalized cold email openers from LinkedIn posts with GPT-4o",
  "nodes": [
    {
      "id": "4cc7a4e7-aeb1-4eae-a73e-a6106d8a126b",
      "name": "Try This Example",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        580,
        580
      ],
      "parameters": {
        "width": 480,
        "height": 600,
        "content": "**Test with this (Copy & Paste):**\n\nAuthor: Shakira Johhson\n\nCompany: Apple\n\nPost:\n\nJust closed our Series B! 🚀 \n\nHonestly didn't think we'd get here 2 years ago when we were bootstrapping in my garag"
      }
    },
    {
      "id": "8f299bd9-fbee-4933-8646-a9c654eb8ffd",
      "name": "What This Does",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1420,
        140
      ],
      "parameters": {
        "width": 400,
        "height": 560,
        "content": "**What this does:**\n\n1. Fill out the form with LinkedIn post\n2. AI reads it like a human would\n3. Creates personalized opener\n4. You get copy-ready result\n\n**Why it works:**\n- References specific deta"
      }
    },
    {
      "id": "538a0c40-6292-460b-a12c-914ad5443e4b",
      "name": "Output & Next Steps",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1420,
        980
      ],
      "parameters": {
        "width": 400,
        "height": 280,
        "content": "**Where to find your output:**\n\nClick on \"Format Output\" node after running the workflow.\n\nYou'll see:\n- **opener**: Your personalized email opener\n- **prospect**: The person's name\n- **company**: The"
      }
    },
    {
      "id": "1f9660c3-8a4d-4b0a-b0cb-0fb9335f236f",
      "name": "Why This Works",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2060,
        740
      ],
      "parameters": {
        "width": 400,
        "height": 140,
        "content": "** Further connect to your tools:**\n- Google Sheets for logging\n- CRM for prospect data\n- Email tools for sending\n- Slack for notifications"
      }
    },
    {
      "id": "4e7c2e84-5451-4946-9a37-cf98db194729",
      "name": "Format Output",
      "type": "n8n-nodes-base.code",
      "position": [
        1840,
        760
      ]
    },
    {
      "id": "7470a3f6-f7cb-455c-b8c1-82a87d2a0e05",
      "name": "AI Magic",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        1500,
        760
      ]
    },
    {
      "id": "7948c914-c9c3-4675-993c-51cb0c7f8979",
      "name": "LinkedIn Post Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        1140,
        760
      ]
    },
    {
      "id": "506fae22-1567-46be-8e74-263a5b4a1f84",
      "name": "Process Input",
      "type": "n8n-nodes-base.code",
      "position": [
        1320,
        760
      ]
    }
  ],
  "connections": {
    "AI Magic": {
      "main": [
        [
          {
            "node": "Format Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process Input": {
      "main": [
        [
          {
            "node": "AI Magic",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "LinkedIn Post Form": {
      "main": [
        [
          {
            "node": "Process Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}