{
  "name": "Generate and post Instagram captions with Google Drive, GPT-4.1-mini, Gmail and Blotato",
  "nodes": [
    {
      "id": "a3b97c74-633e-4b41-aff8-31d5b982934e",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -112,
        0
      ]
    },
    {
      "id": "cdbbf945-5a65-43b6-9523-300010ddcafa",
      "name": "Search files and folders",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "ebf94bd1-95c1-47d0-9bda-e452a248d42d",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        1184,
        0
      ]
    },
    {
      "id": "f9312cb6-0b30-4ae3-a6de-9dbbb0744abc",
      "name": "Upload media",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        1680,
        -16
      ]
    },
    {
      "id": "2c47ed7a-bf26-4818-aee1-a38812c40ade",
      "name": "Create post",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        1888,
        -16
      ]
    },
    {
      "id": "ac0a4ffd-8a3b-47c5-ab7a-18d2d7cb0576",
      "name": "Randomizer",
      "type": "n8n-nodes-base.code",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "4f57cc2e-11ca-4b1a-acb0-134ce6963b7a",
      "name": "Caption Generator AI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        624,
        0
      ]
    },
    {
      "id": "2f5c7a16-e9ef-48e8-b69a-69fd21ccaf3b",
      "name": "Send For Approval and Wait",
      "type": "n8n-nodes-base.gmail",
      "position": [
        976,
        0
      ]
    },
    {
      "id": "7e2a7fdd-2736-421a-98fc-93808db70a78",
      "name": "Download Content File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1472,
        -16
      ]
    },
    {
      "id": "e446bba8-96b8-4d91-b456-613c0dc783d4",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -272
      ],
      "parameters": {
        "width": 416,
        "height": 768,
        "content": "Scheduled Event Trigger"
      }
    },
    {
      "id": "69c44474-74c6-43c7-9c21-5251b82c1de1",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        112,
        -272
      ],
      "parameters": {
        "width": 464,
        "height": 768,
        "content": "Search File + Randomizer"
      }
    },
    {
      "id": "0368ea52-6234-4357-8821-acf725128960",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        592,
        -272
      ],
      "parameters": {
        "width": 784,
        "height": 768,
        "content": "Caption Generator & Email Approval"
      }
    },
    {
      "id": "9ce986d8-793f-4a7d-8e2a-1eac979ccb31",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1392,
        -272
      ],
      "parameters": {
        "width": 704,
        "height": 768,
        "content": "Upload to Social MEdia"
      }
    },
    {
      "id": "5815be84-0b6a-411e-b407-25e3cd3f9c80",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1408,
        -432
      ],
      "parameters": {
        "width": 976,
        "height": 1488,
        "content": "Social Media Post & Caption Generator (Google Drive → AI Caption → Approval → Auto-Post)\n\nAutomatically turn your existing content library into approved, AI-written social media posts.\nThis workflow s"
      }
    },
    {
      "id": "0cf30e12-68f8-4f78-a253-3483a6445a40",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -848
      ],
      "parameters": {
        "width": 720,
        "height": 544,
        "content": "@[youtube](9XU9ECcj9dg)"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Download Content File",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Search files and folders",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Randomizer": {
      "main": [
        [
          {
            "node": "Caption Generator AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload media": {
      "main": [
        [
          {
            "node": "Create post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Search files and folders",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Caption Generator AI": {
      "main": [
        [
          {
            "node": "Send For Approval and Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Content File": {
      "main": [
        [
          {
            "node": "Upload media",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search files and folders": {
      "main": [
        [
          {
            "node": "Randomizer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send For Approval and Wait": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}