{
  "name": "Automate social media posts with AI content and images across Twitter, LinkedIn & Facebook",
  "nodes": [
    {
      "id": "81d2b01a-b0a6-4361-9eb5-00251031a289",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        135
      ]
    },
    {
      "id": "5551acd6-a6d7-4c89-b7b8-104163d2c7a7",
      "name": "Message a model",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        220,
        135
      ]
    },
    {
      "id": "f3c8267e-df8c-40d2-aa91-7fa21e2b30b0",
      "name": "Message a model1",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        580,
        -140
      ]
    },
    {
      "id": "0524af9f-0d39-4304-922d-a8c2807a9fa3",
      "name": "Generate an image",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        940,
        385
      ]
    },
    {
      "id": "c836e49a-9d69-4e59-8a91-40a6c049dda6",
      "name": "Append or update row in sheet1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        940,
        -15
      ]
    },
    {
      "id": "34959513-e476-4956-bf7c-70c4d777e166",
      "name": "Create Tweet",
      "type": "n8n-nodes-base.twitter",
      "position": [
        1160,
        185
      ]
    },
    {
      "id": "637145e8-189d-46c6-be02-cfe000446da1",
      "name": "Create a post",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        1160,
        -15
      ]
    },
    {
      "id": "40f14ed0-4935-43b0-9b8d-d11ef83a821c",
      "name": "Facebook Graph API",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        1160,
        385
      ]
    }
  ],
  "connections": {
    "Message a model": {
      "main": [
        [
          {
            "node": "Message a model1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Generate an image",
            "type": "main",
            "index": 0
          },
          {
            "node": "Append or update row in sheet1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Message a model1": {
      "main": [
        [
          {
            "node": "Append or update row in sheet1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Message a model",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate an image": {
      "main": [
        [
          {
            "node": "Create Tweet",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create a post",
            "type": "main",
            "index": 0
          },
          {
            "node": "Facebook Graph API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append or update row in sheet1": {
      "main": [
        [
          {
            "node": "Create Tweet",
            "type": "main",
            "index": 0
          },
          {
            "node": "Create a post",
            "type": "main",
            "index": 0
          },
          {
            "node": "Facebook Graph API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}