8
n8n 한국어amn8n.com

Google 드라이브에서 Facebook 광고 자동화

중급

이것은Marketing분야의자동화 워크플로우로, 13개의 노드를 포함합니다.주로 Function, GoogleDrive, HttpRequest, ManualTrigger 등의 노드를 사용하며. 자동화Google云端硬盘로Facebook广告:一键视频마케팅워크플로우

사전 요구사항
  • Google Drive API 인증 정보
  • 대상 API의 인증 정보가 필요할 수 있음

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "nkYXWToCsTu0oQCu",
  "meta": {
    "instanceId": "57c71fe69aec521b7d0bd3751d2e0aaa08f8884418e122571610a23c9eb8a65c",
    "templateCredsSetupCompleted": true
  },
  "name": "drive_fb_ads",
  "tags": [],
  "nodes": [
    {
      "id": "39f9d135-0594-483d-bb62-c3e7bd355ba6",
      "name": "수동 트리거",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4439237c-49fb-4864-ba9e-09341136f326",
      "name": "드라이브 비디오 목록",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        200,
        0
      ],
      "parameters": {
        "name": "video1.pdf",
        "options": {}
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "id": "pIW55BNPyp4T9msu",
          "name": "Google Drive account 2"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "1214fa7b-8768-46c8-bd44-e35e58ae7bc4",
      "name": "비디오 다운로드",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        400,
        0
      ],
      "parameters": {
        "fileId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "options": {},
        "operation": "download"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "id": "pIW55BNPyp4T9msu",
          "name": "Google Drive account 2"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "5a08b369-b001-4c7d-a839-1f035c04fed2",
      "name": "FB에 비디오 업로드",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        600,
        0
      ],
      "parameters": {
        "url": "https://graph-video.facebook.com/v19.0/{{ $json.ad_account_id }}/advideos",
        "options": {},
        "authentication": "headerAuth"
      },
      "typeVersion": 3
    },
    {
      "id": "b00251d7-db53-44d0-8c9b-6c461208e51a",
      "name": "광고 소재 생성",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        800,
        0
      ],
      "parameters": {
        "url": "https://graph.facebook.com/v19.0/{{ $json.ad_account_id }}/adcreatives",
        "options": {},
        "authentication": "headerAuth"
      },
      "typeVersion": 3
    },
    {
      "id": "5fbd0846-cda3-49fa-8b0b-f5fda2198ce2",
      "name": "비디오 ID 추출",
      "type": "n8n-nodes-base.function",
      "position": [
        720,
        180
      ],
      "parameters": {
        "functionCode": "return items.map(item => ({ json: {\n  video_id: item.json.id,\n  ad_account_id: 'act_YOUR_AD_ACCOUNT_ID',\n  page_id: 'YOUR_PAGE_ID'\n} }));"
      },
      "typeVersion": 1
    },
    {
      "id": "376af680-b958-4f28-bb46-e278974badad",
      "name": "스티키 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -200
      ],
      "parameters": {
        "width": 460,
        "height": 120,
        "content": "Automatically fetches all MP4 videos from a Google Drive folder, downloads each video, uploads it to Facebook as an ad video, and creates an ad creative using the uploaded video."
      },
      "typeVersion": 1
    },
    {
      "id": "939f6448-9c5a-4be6-9138-eacd7588668b",
      "name": "스티키 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        160
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "Starts the workflow manually"
      },
      "typeVersion": 1
    },
    {
      "id": "d272eedd-0871-43a7-baa6-c5f3249d0f8b",
      "name": "스티키 노트2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        160
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "Fetches video files (MP4) from Google Drive"
      },
      "typeVersion": 1
    },
    {
      "id": "f89e6cf7-f352-4463-a59f-cb690e571ee4",
      "name": "스티키 노트3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        380,
        160
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "Downloads the selected video"
      },
      "typeVersion": 1
    },
    {
      "id": "e71a87a8-816f-4ec3-95f1-84dc7e53a1c2",
      "name": "스티키 노트4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        160
      ],
      "parameters": {
        "width": 150,
        "height": 80,
        "content": "Uploads video to Facebook Ad Account"
      },
      "typeVersion": 1
    },
    {
      "id": "b5c42829-5e8c-4693-aa4d-005eac224ca0",
      "name": "스티키 노트5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        740,
        380
      ],
      "parameters": {
        "width": 210,
        "height": 80,
        "content": "Prepares ID and Ad Account/Page info"
      },
      "typeVersion": 1
    },
    {
      "id": "3125893f-bf28-4472-96ce-dcab1726a0b2",
      "name": "스티키 노트6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        840,
        160
      ],
      "parameters": {
        "width": 170,
        "height": 80,
        "content": "Creates the ad creative using uploaded video"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "c70b52c1-6804-4fbc-b924-7ed1c2a4126d",
  "connections": {
    "1214fa7b-8768-46c8-bd44-e35e58ae7bc4": {
      "main": [
        [
          {
            "node": "5a08b369-b001-4c7d-a839-1f035c04fed2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "39f9d135-0594-483d-bb62-c3e7bd355ba6": {
      "main": [
        [
          {
            "node": "4439237c-49fb-4864-ba9e-09341136f326",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5fbd0846-cda3-49fa-8b0b-f5fda2198ce2": {
      "main": [
        [
          {
            "node": "b00251d7-db53-44d0-8c9b-6c461208e51a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4439237c-49fb-4864-ba9e-09341136f326": {
      "main": [
        [
          {
            "node": "1214fa7b-8768-46c8-bd44-e35e58ae7bc4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5a08b369-b001-4c7d-a839-1f035c04fed2": {
      "main": [
        [
          {
            "node": "5fbd0846-cda3-49fa-8b0b-f5fda2198ce2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 마케팅

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수13
카테고리1
노드 유형5
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Yaron Been

Yaron Been

@yaron-nofluff

Building AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host If you need any help with Automations, feel free to reach out via linkedin: https://www.linkedin.com/in/yaronbeen/ And check out my Youtube channel: https://www.youtube.com/@YaronBeen/videos

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34