{
  "name": "Automate TikTok video posting from Google Sheets & Drive with Blotato",
  "nodes": [
    {
      "id": "847500b4-d1a6-4c2e-a715-1624e014efd1",
      "name": "Get Google Drive ID",
      "type": "n8n-nodes-base.set",
      "position": [
        304,
        160
      ]
    },
    {
      "id": "41423ee5-fc57-4ab9-8056-151b258a5f4b",
      "name": "URL VIDEO to Post",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        288,
        -48
      ]
    },
    {
      "id": "4dd84f04-219e-45e6-899f-f138ca4532fb",
      "name": "Upload Video to BLOTATO",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        160,
        368
      ]
    },
    {
      "id": "54ab6b91-a00d-4b9e-ba5c-2a069e2f747a",
      "name": "Tiktok",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        320,
        368
      ]
    },
    {
      "id": "b93a29c5-90bb-476f-a3b0-312d41701dac",
      "name": "Update Status to \"DONE\"",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        480,
        368
      ]
    },
    {
      "id": "0ddd42fb-83b9-45b1-94c1-c5440272425a",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        448,
        -48
      ]
    },
    {
      "id": "e6949ebe-194e-4f50-97be-2c18ba1b0ffc",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        160,
        160
      ]
    },
    {
      "id": "67aa2b3d-e8a9-408b-bef0-bbee07ec10f3",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        128,
        -48
      ]
    },
    {
      "id": "4b229309-888d-436b-91eb-a9b0eaa93372",
      "name": "Share file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        432,
        160
      ]
    },
    {
      "id": "fb83485a-ee84-459f-9c6d-3ade6f819d73",
      "name": "📋 DATA RETRIEVAL & FILTERING",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -384,
        -80
      ],
      "parameters": {
        "width": 464,
        "height": 736,
        "content": "**Data Retrieval & Filtering Section**\n\nThis section fetches video data from Google Sheets and filters for pending posts only.\n\n• Schedule Trigger: Runs every hour\n• Google Sheets: Retrieves video dat"
      }
    },
    {
      "id": "8f6d83d3-4eb2-4331-b1d7-54b083c91221",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -928,
        -80
      ],
      "parameters": {
        "width": 528,
        "height": 640,
        "content": "## Muhammad Farooq Iqbal - Automation Expert & n8n Creator\n\nI am a passionate automation expert and recognized n8n Creator specializing in intelligent workflow automation. With extensive experience in"
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit": {
      "main": [
        [
          {
            "node": "Get Google Drive ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Tiktok": {
      "main": [
        [
          {
            "node": "Update Status to \"DONE\"",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Share file": {
      "main": [
        [
          {
            "node": "Upload Video to BLOTATO",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "URL VIDEO to Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "URL VIDEO to Post": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Google Drive ID": {
      "main": [
        [
          {
            "node": "Share file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload Video to BLOTATO": {
      "main": [
        [
          {
            "node": "Tiktok",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}