{
  "name": "LinkedIn auto-posting with GPT-4o content & image generation + Telegram alerts",
  "nodes": [
    {
      "id": "4a83a2f6-f6ab-4657-ab2a-c5594cc13aa7",
      "name": "make Linkedin post",
      "type": "n8n-nodes-base.linkedIn",
      "position": [
        432,
        -48
      ]
    },
    {
      "id": "276f682f-15cb-4ecb-93f2-fb07f92603e7",
      "name": "sent the status",
      "type": "n8n-nodes-base.telegram",
      "position": [
        688,
        -48
      ]
    },
    {
      "id": "65b044fc-8595-4d00-9bbc-6f67a39a8d05",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -784,
        -48
      ]
    },
    {
      "id": "1f6d49f5-4d49-4769-bd4a-2cdb5e28e125",
      "name": "Generate an image",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        192,
        -48
      ]
    },
    {
      "id": "1fbd87ae-52ac-48e0-95d1-833ffc885a8b",
      "name": "Get a random Tag",
      "type": "n8n-nodes-base.code",
      "position": [
        -560,
        -48
      ]
    },
    {
      "id": "35d5303a-48a9-4b2b-945b-ca929e400553",
      "name": "Add Examples to set Writing Style",
      "type": "n8n-nodes-base.set",
      "position": [
        -352,
        -48
      ]
    },
    {
      "id": "7eaf45b6-e58f-41f5-83e6-ed168f039301",
      "name": "Generate Post Content",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -160,
        -48
      ]
    }
  ],
  "connections": {
    "Get a random Tag": {
      "main": [
        [
          {
            "node": "Add Examples to set Writing Style",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate an image": {
      "main": [
        [
          {
            "node": "make Linkedin post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "make Linkedin post": {
      "main": [
        [
          {
            "node": "sent the status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate Post Content": {
      "main": [
        [
          {
            "node": "Generate an image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add Examples to set Writing Style": {
      "main": [
        [
          {
            "node": "Generate Post Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Get a random Tag",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}