{
  "name": "Transform voice transcripts to LinkedIn posts with Claude AI and email automation",
  "nodes": [
    {
      "id": "77bcc9c1-0a33-4624-b974-c4e7953cf2b4",
      "name": "Clean JSON",
      "type": "n8n-nodes-base.set",
      "position": [
        320,
        0
      ]
    },
    {
      "id": "4617a0fb-7ad4-4dd4-8da7-3d4d7ec572dd",
      "name": "Basic LLM Chain",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        980,
        100
      ]
    },
    {
      "id": "aca18d63-04e4-4071-8c53-888f72a09a6a",
      "name": "Anthropic Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        1080,
        260
      ]
    },
    {
      "id": "0942f260-ee7b-475c-86bf-0d98bb4e2bc8",
      "name": "Google Doc Post Inspiration",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        320,
        200
      ]
    },
    {
      "id": "eb46d848-9e8c-4df3-8867-048f04f2e9ce",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        540,
        100
      ]
    },
    {
      "id": "2d5f2f7f-f868-4afe-9052-e6d293edec07",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        760,
        100
      ]
    },
    {
      "id": "25959bd6-ba58-4cd0-a7d7-2dc89acdaea5",
      "name": "Clean JSON Response",
      "type": "n8n-nodes-base.code",
      "position": [
        1356,
        100
      ]
    },
    {
      "id": "ad2078c7-0164-416d-b043-6171c2e155e9",
      "name": "Email to Monitor",
      "type": "n8n-nodes-base.emailReadImap",
      "position": [
        -120,
        100
      ]
    },
    {
      "id": "7a37253a-9b43-4be5-912c-670e585667dc",
      "name": "Limit email sender",
      "type": "n8n-nodes-base.filter",
      "position": [
        100,
        0
      ]
    },
    {
      "id": "3c3d9216-24fb-4965-851a-417afcbb2bc4",
      "name": "Limit email sender1",
      "type": "n8n-nodes-base.filter",
      "position": [
        100,
        200
      ]
    },
    {
      "id": "e67b6d77-026c-4cff-8907-eaabcf7be1b9",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -620,
        -60
      ],
      "parameters": {
        "width": 420,
        "height": 600,
        "content": "## Configure Email \nConfigure Email Monitoring\n\nSet up dedicated email address for receiving your voice transcriptions\n• Create a new email specifically for this workflow (e.g., linkedin@yourdomain.co"
      }
    },
    {
      "id": "21026d75-ec99-462a-a64d-ce1413eb74fe",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        420
      ],
      "parameters": {
        "width": 640,
        "height": 520,
        "content": "## Data Processing Steps\n\nClean JSON Node\n• Extracts email content and metadata\nRemoves unnecessary email headers and formatting\n• Prepares clean text for AI processing\n\nGoogle Doc Inspiration Source\n"
      }
    },
    {
      "id": "0af851b7-4430-4122-a896-5ff3e86f3f18",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        400
      ],
      "parameters": {
        "width": 620,
        "height": 560,
        "content": "## AI Configuration\n\nAnthropic API Setup\n• Sign up for Anthropic Claude API access\n• Add your API credentials to the \"Anthropic Chat Model\" node\nThe workflow uses Claude Sonnet 4 for content generatio"
      }
    },
    {
      "id": "12299288-a5fc-4d95-91c4-43ac4c4921df",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1500,
        400
      ],
      "parameters": {
        "width": 260,
        "height": 400,
        "content": "## Email yourself\n\nConnect your email, and email yourself the polished content. \n\nYou'll receive the post content + inspiration for any imagery.\n\n\nNote: You can also add these to a database like Airta"
      }
    },
    {
      "id": "b696f6b3-4739-4629-8059-78077612b4e0",
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1580,
        100
      ]
    }
  ],
  "connections": {
    "Merge": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clean JSON": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "Clean JSON Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email to Monitor": {
      "main": [
        [
          {
            "node": "Limit email sender",
            "type": "main",
            "index": 0
          },
          {
            "node": "Limit email sender1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit email sender": {
      "main": [
        [
          {
            "node": "Clean JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clean JSON Response": {
      "main": [
        [
          {
            "node": "Send Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit email sender1": {
      "main": [
        [
          {
            "node": "Google Doc Post Inspiration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Google Doc Post Inspiration": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}