{
  "name": "Instagram carousel posts from Google Drive via Cloudinary with Telegram alerts",
  "nodes": [
    {
      "id": "c390b5ce-28f0-4371-af0a-50e9f3ba7f7b",
      "name": "Collect Media IDs",
      "type": "n8n-nodes-base.code",
      "position": [
        -4080,
        2816
      ]
    },
    {
      "id": "b525ffe9-f92d-42ec-8e61-edea35ac01a0",
      "name": "Download file1",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        -4016,
        3136
      ]
    },
    {
      "id": "192bcaf1-dc0c-477f-9c10-66e53172b9f8",
      "name": "Upload images to Cloudinary",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -3680,
        3136
      ]
    },
    {
      "id": "bd8b16ef-6730-4ac8-9161-d6e5ca524b22",
      "name": "Edit Fields1",
      "type": "n8n-nodes-base.set",
      "position": [
        -3248,
        3216
      ]
    },
    {
      "id": "00815309-85ec-4b32-a589-19255c5b5a3f",
      "name": "Loop Over Items1",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -4304,
        3136
      ]
    },
    {
      "id": "3607eedf-8d83-429b-b02a-f8ce2bec7045",
      "name": "Send Update Message",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -2960,
        2816
      ]
    },
    {
      "id": "9775cd2a-5048-4ed6-a120-252bbd95a61f",
      "name": "Edit Carousel",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        -3632,
        2816
      ]
    },
    {
      "id": "1205b4bd-ac30-4559-b2ae-23ce5fd85db4",
      "name": "Create each Carousel Picture",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        -3488,
        3168
      ]
    },
    {
      "id": "e63172b8-812c-4489-9c51-447346c6b751",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -4752,
        3136
      ]
    },
    {
      "id": "1ec7461c-8d0b-4f4d-8e84-872b8ebff0cc",
      "name": "Prepare Data",
      "type": "n8n-nodes-base.set",
      "position": [
        -4528,
        3136
      ]
    },
    {
      "id": "1017bf09-2e5f-4bcd-9df6-68e96f970b39",
      "name": "Wait before Carousel",
      "type": "n8n-nodes-base.wait",
      "position": [
        -3856,
        2816
      ]
    },
    {
      "id": "d15cc5bc-9010-45cc-9749-ba01b372f5ae",
      "name": "Wait before Upload to Instagram",
      "type": "n8n-nodes-base.wait",
      "position": [
        -3408,
        2816
      ]
    },
    {
      "id": "b4047815-5361-4b75-b5a4-63d9036f2f0d",
      "name": "Publish Carousel to Instagram",
      "type": "n8n-nodes-base.facebookGraphApi",
      "position": [
        -3184,
        2816
      ]
    },
    {
      "id": "2564f356-047c-4395-a622-f3143a1d3b5c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -4592,
        2928
      ],
      "parameters": {
        "width": null,
        "height": 496,
        "content": "##  Prepare Data\nPlease insert:\n1. Instagram Account ID\n2. Google drive Links from the Posts zu upload\n3. Add Instagram Content (The Text to Post)"
      }
    },
    {
      "id": "8fb94935-bc6f-4426-8ccd-33bc51d33d31",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3760,
        3056
      ],
      "parameters": {
        "width": null,
        "height": 256,
        "content": "## Add Cloudinary Account\n"
      }
    },
    {
      "id": "5d6dec77-7874-432d-aeac-003debd712bc",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -4096,
        3056
      ],
      "parameters": {
        "width": null,
        "height": 256,
        "content": "## Add Gdrive Account"
      }
    },
    {
      "id": "b915d053-703a-412f-954e-d603ef61d9da",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -3024,
        2736
      ],
      "parameters": {
        "width": null,
        "height": 256,
        "content": "## Add Telegram Bot ID\n"
      }
    }
  ],
  "connections": {
    "Edit Fields1": {
      "main": [
        [
          {
            "node": "Loop Over Items1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Data": {
      "main": [
        [
          {
            "node": "Loop Over Items1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Carousel": {
      "main": [
        [
          {
            "node": "Wait before Upload to Instagram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download file1": {
      "main": [
        [
          {
            "node": "Upload images to Cloudinary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items1": {
      "main": [
        [
          {
            "node": "Collect Media IDs",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Download file1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Collect Media IDs": {
      "main": [
        [
          {
            "node": "Wait before Carousel",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait before Carousel": {
      "main": [
        [
          {
            "node": "Edit Carousel",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload images to Cloudinary": {
      "main": [
        [
          {
            "node": "Create each Carousel Picture",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create each Carousel Picture": {
      "main": [
        [
          {
            "node": "Edit Fields1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Publish Carousel to Instagram": {
      "main": [
        [
          {
            "node": "Send Update Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait before Upload to Instagram": {
      "main": [
        [
          {
            "node": "Publish Carousel to Instagram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Prepare Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}