{
  "name": "Social media content generator and publisher | X, Linkedin",
  "nodes": [
    {
      "id": "7095690e-4f33-4ad0-8276-f5f91768bc42",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        200,
        220
      ]
    },
    {
      "id": "2858290a-82be-4f2f-9f20-a1147d1feb32",
      "name": "Receive Post Title",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "b1540464-46ca-42d3-9e53-c3b7bd006d55",
      "name": "Generate AI Content",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        200,
        0
      ]
    },
    {
      "id": "ac86de4e-49a2-4efc-9067-bbb0008a218c",
      "name": "Format AI Output",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        360,
        260
      ]
    },
    {
      "id": "5a4cbb6f-4efc-4fd1-85ea-9022d6415811",
      "name": "Post to X",
      "type": "n8n-nodes-base.twitter",
      "position": [
        580,
        -100
      ]
    },
    {
      "id": "6be0a393-1ef8-4e2e-b58e-e7dd90bf5295",
      "name": "Post to LinkedIn",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        580,
        120
      ]
    },
    {
      "id": "10336b6e-b093-473c-b8d1-90d6b7b043b3",
      "name": "Append Linkedin And X Publishing Responses",
      "type": "n8n-nodes-base.merge",
      "position": [
        860,
        20
      ]
    },
    {
      "id": "a236d6ba-0ded-4d42-99a3-0b53069faec5",
      "name": "Show Confirmation",
      "type": "n8n-nodes-base.form",
      "position": [
        1080,
        20
      ]
    }
  ],
  "connections": {
    "Post to X": {
      "main": [
        [
          {
            "node": "Append Linkedin And X Publishing Responses",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format AI Output": {
      "ai_outputParser": [
        [
          {
            "node": "Generate AI Content",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Post to LinkedIn": {
      "main": [
        [
          {
            "node": "Append Linkedin And X Publishing Responses",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Receive Post Title": {
      "main": [
        [
          {
            "node": "Generate AI Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate AI Content": {
      "main": [
        [
          {
            "node": "Post to X",
            "type": "main",
            "index": 0
          },
          {
            "node": "Post to LinkedIn",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Generate AI Content",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Append Linkedin And X Publishing Responses": {
      "main": [
        [
          {
            "node": "Show Confirmation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}