{
  "name": "Auto-create Instagram carousel posts from Canva with OpenAI and Blotato",
  "nodes": [
    {
      "id": "node-wh-001",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        64,
        304
      ]
    },
    {
      "id": "node-split-002",
      "name": "Split Out Slides",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        256,
        304
      ]
    },
    {
      "id": "a7ad2268-9a28-4220-b930-341a3b2374b2",
      "name": "Upload media",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        432,
        304
      ]
    },
    {
      "id": "d2b2f286-7c5c-423a-a33e-a646454997aa",
      "name": "Create post",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        1760,
        288
      ]
    },
    {
      "id": "bfc60fce-d8d3-43f7-afb6-b1b95da22a68",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        608,
        304
      ]
    },
    {
      "id": "88e8cf95-f55f-4016-a7d0-59ab023a0fb7",
      "name": "Send message and wait for response",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1280,
        304
      ]
    },
    {
      "id": "d105aad1-fe9d-42fd-9452-c3ba6cbae72c",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        1488,
        304
      ]
    },
    {
      "id": "06230745-1670-48e1-a2b0-57b53b4ed700",
      "name": "Send a text message",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1680,
        512
      ]
    },
    {
      "id": "c269fb09-dc62-4b47-acb0-bbd61ecd5d33",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1888,
        512
      ]
    },
    {
      "id": "20d67174-cb35-486e-8bc7-5ab9217c53cb",
      "name": "Caption Generator",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        928,
        304
      ]
    },
    {
      "id": "8b9a5c18-bdb2-4a3e-a662-74a23b5ba624",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -736,
        -80
      ],
      "parameters": {
        "width": 672,
        "height": 1216,
        "content": "Auto-Create Instagram Carousel Posts from Canva (Webhook → AI Caption → Instagram)\n\nAutomatically turn Canva carousel exports into a fully published Instagram post with AI-generated captions.\nThis wor"
      }
    },
    {
      "id": "6ce953bd-0411-47dc-a4ca-93ea25bf3cdf",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -16,
        -80
      ],
      "parameters": {
        "width": 752,
        "height": 1216,
        "content": "Receive Webhook Paylotd and Compile URL's"
      }
    },
    {
      "id": "574b8c27-ce51-486d-ad0f-90eebc245826",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        768,
        -80
      ],
      "parameters": {
        "width": 688,
        "height": 1216,
        "content": "Caption Generate & Approval"
      }
    },
    {
      "id": "5f75683d-98d2-4ede-bb36-d3ba15d4d280",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1488,
        -80
      ],
      "parameters": {
        "width": 688,
        "height": 1216,
        "content": "Approve & Post"
      }
    },
    {
      "id": "8b5fd114-0d6e-41bc-8ef2-ab814e8e5d51",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -16,
        -560
      ],
      "parameters": {
        "width": 672,
        "height": 416,
        "content": "- [ ] @[youtube](UJcv3qSXpG8)"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Create post",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Send a text message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "Split Out Slides",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "Caption Generator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload media": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out Slides": {
      "main": [
        [
          {
            "node": "Upload media",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Caption Generator": {
      "main": [
        [
          {
            "node": "Send message and wait for response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send a text message": {
      "main": [
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send message and wait for response": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}