AutomationFlowsAI & RAG › Quy Trình Tự Động Đăng Video Reels Từ Google Drive Lên Facebook Bằng N8n

Quy Trình Tự Động Đăng Video Reels Từ Google Drive Lên Facebook Bằng N8n

Quy trình tự động đăng video Reels từ Google Drive lên Facebook bằng n8n. Uses httpRequest, googleDrive, facebookGraphApi, lmChatOpenAi. Event-driven trigger; 22 nodes.

Event trigger★★★★☆ complexityAI-powered22 nodesHTTP RequestGoogle DriveFacebook Graph ApiOpenAI ChatOutput Parser StructuredGoogle SheetsAgent
AI & RAG Trigger: Event Nodes: 22 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow follows the Agent → Facebookgraphapi recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Quy tr\u00ecnh t\u1ef1 \u0111\u1ed9ng \u0111\u0103ng video Reels t\u1eeb Google Drive l\u00ean Facebook b\u1eb1ng n8n",
  "nodes": [
    {
      "parameters": {
        "url": "=https://graph.facebook.com/v22.0/{{ $('Google Drive').item.json.video_id }}",
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "fields",
              "value": "status "
            },
            {
              "name": "access_token",
              "value": "={{ $('Edit node').item.json.token }}"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        260,
        860
      ],
      "id": "fa2c56c9-d0dc-4a8b-a652-538c1134a5c7",
      "name": "check status"
    },
    {
      "parameters": {
        "method": "POST",
        "url": "=https://graph.facebook.com/v22.0/{{ $('Edit node').item.json.Page_ID }}/video_reels",
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            {
              "name": "access_token",
              "value": "={{ $('Edit node').item.json.token }}"
            },
            {
              "name": "video_id",
              "value": "={{ $('Initialize an Upload Session').item.json.video_id }}"
            },
            {
              "name": "upload_phase",
              "value": "FINISH"
            },
            {
              "name": "video_state",
              "value": "PUBLISHED"
            },
            {
              "name": "description",
              "value": "={{ $json.output.title }}\n{{ $json.output.content }}\n{{ $('Edit node').item.json['Cu\u1ed1i b\u00e0i \u0111\u0103ng | CTA (B\u1eaft bu\u1ed9c)'] }}"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        740,
        440
      ],
      "id": "d8353a9f-977e-4a75-84f3-e60c71094e5b",
      "name": "Manual Publish"
    },
    {
      "parameters": {
        "authentication": "serviceAccount",
        "operation": "download",
        "fileId": {
          "__rl": true,
          "value": "={{ $('Edit node').item.json['Link video'] }}",
          "mode": "url"
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleDrive",
      "typeVersion": 3,
      "position": [
        -460,
        420
      ],
      "id": "8c8d9249-a80c-4cd0-9e48-0a33576600c7",
      "name": "Google Drive",
      "credentials": {
        "googleApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "method": "POST",
        "url": "={{ $('Initialize an Upload Session').item.json.upload_url }}",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "=OAuth {{ $('Edit node').item.json.token }}"
            },
            {
              "name": "offset",
              "value": "0"
            },
            {
              "name": "file_size",
              "value": "={{ $json.bufferSize }}"
            }
          ]
        },
        "sendBody": true,
        "contentType": "binaryData",
        "inputDataFieldName": "data",
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        180,
        440
      ],
      "id": "420bb81a-3636-4892-bd47-d50b555bd2b9",
      "name": "Upload a Local File"
    },
    {
      "parameters": {
        "hostUrl": "graph-video.facebook.com",
        "httpRequestMethod": "POST",
        "graphApiVersion": "v21.0",
        "node": "={{ $('Google Sheets').item.json.Page_ID }}/video_reels",
        "edge": "=",
        "options": {
          "queryParameters": {
            "parameter": [
              {
                "name": "upload_phase",
                "value": "start"
              }
            ]
          }
        }
      },
      "type": "n8n-nodes-base.facebookGraphApi",
      "typeVersion": 1,
      "position": [
        300,
        60
      ],
      "id": "f4e5abdd-9f37-481c-aa09-7cd6566f1342",
      "name": "Initialize an Upload Session",
      "executeOnce": false,
      "alwaysOutputData": false,
      "credentials": {
        "facebookGraphApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "typeVersion": 1,
      "position": [
        340,
        620
      ],
      "id": "ec70c5b6-3f32-42c2-83ef-88a6f638754e",
      "name": "OpenAI Chat Model3",
      "credentials": {
        "openAiApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "jsonSchemaExample": "{\n\t\"title\": \"The headline for the social meadia post\",\n\t\"content\": \"The formatted social media post\" \n}"
      },
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "typeVersion": 1.2,
      "position": [
        580,
        620
      ],
      "id": "fad20f25-70d9-409a-b9d4-dbd9b650e7ee",
      "name": "Structured Output Parser3"
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1.1,
      "position": [
        -20,
        860
      ],
      "id": "9e45e845-e284-4a40-9909-a53de59ebe68",
      "name": "Wait"
    },
    {
      "parameters": {
        "documentId": {
          "__rl": true,
          "value": "1aIR4oQEkrKn79YmLJpchZdx-Hq9V3QDKxYJqRGj3l4Y",
          "mode": "list",
          "cachedResultName": "Full WF n8n",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1aIR4oQEkrKn79YmLJpchZdx-Hq9V3QDKxYJqRGj3l4Y/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 21554458,
          "mode": "list",
          "cachedResultName": "Process auto up video Reels  Google Drive on FB",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1aIR4oQEkrKn79YmLJpchZdx-Hq9V3QDKxYJqRGj3l4Y/edit#gid=21554458"
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.5,
      "position": [
        -160,
        60
      ],
      "id": "e8136387-cca0-4095-81e0-f6cb09912954",
      "name": "Google Sheets",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -460,
        60
      ],
      "id": "26ab66f4-cc3d-46e6-bc5f-8708adabbc3c",
      "name": "When clicking \u2018Test workflow\u2019"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "300aedc5-02f2-43a8-84d4-ff31058546e6",
              "name": "token",
              "value": "EAAWLfWJllJgBO7OcwOIwPkWZCXZBWiZAMyZAbZCNJZAlgFy0gorP4mFXesYKbuhsGHDQy1ZCgIvImXnxLsizSk7rsZBL42WSo8NZAD5atUBW3p9PFnAea3NzM3ZBYfuVXM78ncZCvOrV0OZCq9Un11q1TA358tKRcho2IYymuefYUyCbkgeZBk6aT7gx2cfLrYtYZD",
              "type": "string"
            },
            {
              "id": "3d68c027-eaba-46de-9250-e9e3d586bb25",
              "name": "Page_ID",
              "value": "={{ $json.Page_ID }}",
              "type": "number"
            },
            {
              "id": "0ddd5392-0841-4740-bb7b-84db2e2022c9",
              "name": "Ch\u1ee7 \u0111\u1ec1",
              "value": "={{ $json.Title }}",
              "type": "string"
            },
            {
              "id": "117b08a2-b3e8-458d-aada-b452425cad8f",
              "name": "N\u1ed9i dung ch\u00ednh",
              "value": "={{ $json['Main Content'] }}",
              "type": "string"
            },
            {
              "id": "4cd41603-bcb0-4b3e-b0b4-b2ea8fd8e0fb",
              "name": "Cu\u1ed1i b\u00e0i \u0111\u0103ng | CTA (B\u1eaft bu\u1ed9c)",
              "value": "={{ $json['Mandatory Content'] }}",
              "type": "string"
            },
            {
              "id": "e20780d0-2776-42bc-a9ca-99c9f98e5e58",
              "name": "Link video",
              "value": "={{ $json.Link }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        60,
        60
      ],
      "id": "687f54b0-db16-4e81-865f-c35baf63c3c6",
      "name": "Edit node"
    },
    {
      "parameters": {
        "operation": "update",
        "documentId": {
          "__rl": true,
          "value": "1aIR4oQEkrKn79YmLJpchZdx-Hq9V3QDKxYJqRGj3l4Y",
          "mode": "list",
          "cachedResultName": "Full WF n8n",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1aIR4oQEkrKn79YmLJpchZdx-Hq9V3QDKxYJqRGj3l4Y/edit?usp=drivesdk"
        },
        "sheetName": {
          "__rl": true,
          "value": 21554458,
          "mode": "list",
          "cachedResultName": "Process auto up video Reels  Google Drive on FB",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1aIR4oQEkrKn79YmLJpchZdx-Hq9V3QDKxYJqRGj3l4Y/edit#gid=21554458"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "row_number": "={{ $('Google Sheets').item.json.row_number }}",
            "Status": "Finished"
          },
          "matchingColumns": [
            "row_number"
          ],
          "schema": [
            {
              "id": "STT",
              "displayName": "STT",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Title",
              "displayName": "Title",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Main Content",
              "displayName": "Main Content",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Mandatory Content",
              "displayName": "Mandatory Content",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Link",
              "displayName": "Link",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Status",
              "displayName": "Status",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true
            },
            {
              "id": "ID",
              "displayName": "ID",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Page_ID",
              "displayName": "Page_ID",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image Avatar",
              "displayName": "Image Avatar",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image 1",
              "displayName": "Image 1",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image 2",
              "displayName": "Image 2",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image 3",
              "displayName": "Image 3",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image 4",
              "displayName": "Image 4",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image 5",
              "displayName": "Image 5",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image 6",
              "displayName": "Image 6",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image 7",
              "displayName": "Image 7",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image 8 ",
              "displayName": "Image 8 ",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image 9 ",
              "displayName": "Image 9 ",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "Image 10",
              "displayName": "Image 10",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "removed": true
            },
            {
              "id": "row_number",
              "displayName": "row_number",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "canBeUsedToMatch": true,
              "readOnly": true,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.5,
      "position": [
        740,
        860
      ],
      "id": "154b3e5d-b1f7-459d-b57d-ee0a5e2ae91a",
      "name": "Google Sheets1",
      "credentials": {
        "googleSheetsOAuth2Api": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "promptType": "define",
        "text": "=B\u1ea1n l\u00e0 1 Blogger chuy\u00ean v\u1ec1 L\u0129nh v\u1ef1c m\u1ef9 ph\u1ea9m Nh\u1eadt B\u1ea3n. B\u1ea1n vi\u1ebft n\u1ed9i dung chia s\u1ebb ki\u1ebfn th\u1ee9c d\u00e0nh cho kh\u00e1ch h\u00e0ng n\u1eef \u0111\u1ed9 tu\u1ed5i 25 \u0111\u1ebfn 35 tu\u1ed5i, v\u00e0 \u0111\u0103ng t\u1ea3i tr\u00ean 1 trang Facebook. B\u1ea1n h\u00e3y vi\u1ebft cho t\u00f4i 1 Status Facebook chia s\u1ebb v\u1ec1 ch\u1ee7 \u0111\u1ec1: {{ $('Edit node').item.json['Ch\u1ee7 \u0111\u1ec1'] }} v\u1edbi n\u1ed9i dung ch\u00ednh:{{ $('Edit node').item.json['N\u1ed9i dung ch\u00ednh'] }} , l\u1ea5y th\u00eam cho t\u00f4i 5 hastag ph\u1ed5 bi\u1ebfn v\u1ec1 ch\u1ee7 \u0111\u1ec1.\n\nOutput Format:\n- Tr\u1ea3 k\u1ebft qu\u1ea3 b\u1eb1ng ti\u1ebfng vi\u1ec7t.\n- Status s\u1ebd vi\u1ebft b\u1eb1ng \u0111\u1ecbnh d\u1ea1ng v\u0103n b\u1ea3n, kh\u00f4ng c\u00f3 format in \u0111\u1eadm, in nghi\u00eang, ...\n- Lu\u00f4n lu\u00f4n s\u1eed d\u1ee5ng SerpAPI \u0111\u1ec3 t\u00ecm ra keyword SEO t\u1ed1t nh\u1ea5t.\n- S\u1eed d\u1ee5ng bi\u1ec3u t\u01b0\u1ee3ng c\u1ea3m x\u00fac (emoji) \u1edf \u0111\u1ea7u d\u00f2ng \u0111\u1ec3 l\u00e0m n\u1ed5i b\u1eadt c\u00e1c \u00fd ch\u00ednh, v\u00ed d\u1ee5: \u2665\ufe0f, \ud83c\udf40, \ud83c\udff5\ufe0f, \u2b50\u2026 kh\u00f4ng ch\u00e8n v\u00e0o cu\u1ed1i c\u00e2u, cu\u1ed1i \u0111o\u1ea1n.\n- Gi\u1eef n\u1ed9i dung ng\u1eafn g\u1ecdn, thu h\u00fat, kh\u00f4ng d\u1ecbch t\u1eebng t\u1eeb m\u00e0 \u0111\u1ea3m b\u1ea3o \u00fd ngh\u0129a tr\u00f4i ch\u1ea3y, d\u1ec5 \u0111\u1ecdc\n- Tr\u00e1nh c\u00e1c c\u00e2u qu\u00e1 d\u00e0i, gi\u1eef b\u00e0i vi\u1ebft d\u1ec5 hi\u1ec3u, gi\u1ecdng \u0111i\u1ec7u t\u1ef1 nhi\u00ean\n- \u0110\u1ea3m b\u1ea3o \u0111\u00fang ch\u00ednh t\u1ea3, ng\u1eef ph\u00e1p ti\u1ebfng Vi\u1ec7t, tuy\u1ec7t \u0111\u1ed1i kh\u00f4ng d\u00f9ng k\u00fd hi\u1ec7u * ho\u1eb7c ** trong b\u00e0i vi\u1ebft.",
        "hasOutputParser": true,
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 1.7,
      "position": [
        380,
        440
      ],
      "id": "d457307c-b282-4122-abc0-538a4b7a89b4",
      "name": "AI Agent"
    },
    {
      "parameters": {
        "content": "## L\u1ea5y d\u1eef li\u1ec7u \u0111\u1ea7u v\u00e0o",
        "height": 300,
        "width": 440
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        -60
      ],
      "typeVersion": 1,
      "id": "3bb48683-798a-453d-8cd9-e1ab928ebc9f",
      "name": "Sticky Note"
    },
    {
      "parameters": {
        "content": "## T\u1ea1o phi\u00ean upload video",
        "height": 300,
        "width": 200
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -60
      ],
      "typeVersion": 1,
      "id": "78d3c6c6-0bd0-4c5b-a983-e8550b59aca4",
      "name": "Sticky Note1"
    },
    {
      "parameters": {
        "content": "## Upload video l\u00ean Facebook kh\u00f4ng c\u00f4ng khai",
        "height": 260,
        "width": 220
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        100,
        320
      ],
      "typeVersion": 1,
      "id": "32ba5f16-ef3a-4389-844a-b73da46934f4",
      "name": "Sticky Note2"
    },
    {
      "parameters": {
        "content": "## C\u00f4ng khai video l\u00ean Reels",
        "height": 260,
        "width": 200
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        320
      ],
      "typeVersion": 1,
      "id": "58c0eef1-8fc2-4ec1-8b30-568f37055784",
      "name": "Sticky Note3"
    },
    {
      "parameters": {
        "content": "## Ki\u1ec3m tra tr\u1ea1ng th\u00e1i video",
        "height": 240,
        "width": 220
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        200,
        780
      ],
      "typeVersion": 1,
      "id": "f56de283-fbce-4cb7-bcb8-926042c0c990",
      "name": "Sticky Note4"
    },
    {
      "parameters": {
        "content": "## T\u1ea1o n\u1ed9i dung cho video Reels",
        "height": 260,
        "width": 320
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        340,
        320
      ],
      "typeVersion": 1,
      "id": "5224a877-0715-4d3e-bfed-613c03996969",
      "name": "Sticky Note5"
    },
    {
      "parameters": {
        "jsCode": "const buffer = await this.helpers.getBinaryDataBuffer(0, 'data');\n\nreturn {\n  bufferSize: buffer.length\n};"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        -280,
        580
      ],
      "id": "62709bf3-4764-44b4-86b4-01eddc97dac8",
      "name": "Code"
    },
    {
      "parameters": {
        "mode": "combine",
        "combineBy": "combineByPosition",
        "options": {}
      },
      "type": "n8n-nodes-base.merge",
      "typeVersion": 3.1,
      "position": [
        -40,
        440
      ],
      "id": "ee3ef9f9-6dc5-4d00-8b9e-e51eb0681826",
      "name": "Merge"
    },
    {
      "parameters": {
        "content": "## L\u1ea5y dung l\u01b0\u1ee3ng file",
        "height": 220,
        "width": 200
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        500
      ],
      "typeVersion": 1,
      "id": "cedddf24-7ab6-41fb-bd28-dbe4a11131fd",
      "name": "Sticky Note7"
    }
  ],
  "connections": {
    "check status": {
      "main": [
        [
          {
            "node": "Google Sheets1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual Publish": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Drive": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload a Local File": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Initialize an Upload Session": {
      "main": [
        [
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model3": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser3": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "check status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Edit node",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit node": {
      "main": [
        [
          {
            "node": "Initialize an Upload Session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Manual Publish",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "Upload a Local File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1a15a205-8961-426a-a3f3-ff8e30c64d5f",
  "id": "KWOER9OGzuu6jUbE",
  "tags": []
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Quy trình tự động đăng video Reels từ Google Drive lên Facebook bằng n8n. Uses httpRequest, googleDrive, facebookGraphApi, lmChatOpenAi. Event-driven trigger; 22 nodes.

Source: https://github.com/iamhaupv/full-wf-n8n/blob/67fceb7a13748865918cee7c097355e62ab36c87/Quy_tr_nh_t____ng___ng_video_Reels_t__Google_Drive_l_n_Facebook_b_ng_n8n.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

🎯 Create viral TikToks, Shorts, Reels, podcasts, and ASMR videos in minutes — all on autopilot.

OpenAI, HTTP Request, Form Trigger +7
AI & RAG

Generate AI viral videos with NanoBanana & VEO3, shared on socials via Blotato 2. Uses @blotato/n8n-nodes-blotato, googleSheets, lmChatOpenAi, toolThink. Event-driven trigger; 94 nodes.

@Blotato/N8N Nodes Blotato, Google Sheets, OpenAI Chat +9
AI & RAG

This template is designed for marketers, content creators, and e-commerce brands who want to automate the creation of professional ad videos at scale. It’s ideal for teams looking to generate consiste

Telegram, Telegram Trigger, Google Drive +8
AI & RAG

This comprehensive n8n workflow automates the entire Meta (Facebook/Instagram) advertising process, from asset analysis to ad creation. It combines AI-powered content analysis with automated ad deploy

Facebook Graph Api, HTTP Request, Google Drive +5
AI & RAG

This automation is designed to help you generate AI-powered music tracks, cover art, and fully rendered music videos — all triggered from a simple Telegram chat and managed via Google Sheets.

OpenAI Chat, Memory Buffer Window, Output Parser Structured +11