8
n8n 한국어amn8n.com

1개의 게시물을 모든 플랫폼에 게시

고급

이것은Miscellaneous, Multimodal AI분야의자동화 워크플로우로, 23개의 노드를 포함합니다.주로 Set, Merge, GoogleSheets, ScheduleTrigger, Blotato 등의 노드를 사용하며. Google Sheets, Drive 및 Blotato를 사용한 9개 소셜 플랫폼으로의 자동화된 일일 게시

사전 요구사항
  • Google Sheets API 인증 정보
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "IsEN5SyZ7lz4zsGY",
  "meta": {
    "instanceId": "e232d38e020fdf3e4c5aac7fdf84cd849e91ffb2c1ad80af1a4b16753ff64418",
    "templateCredsSetupCompleted": true
  },
  "name": "1 Post Everywhere",
  "tags": [],
  "nodes": [
    {
      "id": "b203144c-fc13-47ed-815c-d034615e2ec4",
      "name": "Google Drive ID 가져오기",
      "type": "n8n-nodes-base.set",
      "position": [
        -576,
        928
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "a1750d20-2f6e-4826-80b8-654d0985120d",
              "name": "final_google_drive_url",
              "type": "string",
              "value": "={{ $('Ready to Post Image/Video').item.json['Media URL (google drive)'].match(/https:\\/\\/drive\\.google\\.com\\/file\\/d\\/([A-Za-z0-9_-]+)/i)[1] }}"
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "3816e08f-ca5f-4dc1-a376-0455edc6bad0",
      "name": "게시 준비 이미지/동영상",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -816,
        928
      ],
      "parameters": {
        "options": {
          "returnFirstMatch": true
        },
        "filtersUI": {
          "values": [
            {
              "lookupValue": "Ready to Post",
              "lookupColumn": "Status"
            }
          ]
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1v5S7F9p2apfWRSEHvx8Q6ZX8e-d1lZ4FLlDFyc0-ZA4/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1v5S7F9p2apfWRSEHvx8Q6ZX8e-d1lZ4FLlDFyc0-ZA4",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1v5S7F9p2apfWRSEHvx8Q6ZX8e-d1lZ4FLlDFyc0-ZA4/edit?usp=drivesdk",
          "cachedResultName": "1_post_everywhere"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "NngJvVwUfIhrtQY2",
          "name": "Google - Blotato"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "fa56ad76-9c08-42cd-b2c2-4053895fb730",
      "name": "이미지/동영상을 BLOTATO에 업로드",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "position": [
        -336,
        928
      ],
      "parameters": {
        "mediaUrl": "=https://drive.google.com/uc?export=download&id={{ $json.final_google_drive_url }}",
        "resource": "media"
      },
      "credentials": {
        "blotatoApi": {
          "id": "zI14DNda55rFeyY8",
          "name": "Blotato - Brand"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "dd641212-cc0e-4259-95fa-8dbea48c1fe4",
      "name": "Tiktok [BLOTATO]",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "onError": "continueErrorOutput",
      "maxTries": 2,
      "position": [
        240,
        240
      ],
      "parameters": {
        "options": {},
        "platform": "tiktok",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "199",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/199",
          "cachedResultName": "sabrina_ramonov"
        },
        "postContentText": "={{ $('Ready to Post Image/Video').item.json.Caption }}",
        "postContentMediaUrls": "={{ $('Upload Image/Video to BLOTATO').item.json.url }}"
      },
      "credentials": {
        "blotatoApi": {
          "id": "zI14DNda55rFeyY8",
          "name": "Blotato - Brand"
        }
      },
      "retryOnFail": false,
      "typeVersion": 2,
      "waitBetweenTries": 3000
    },
    {
      "id": "ad80ba63-740a-4522-bee7-7ecd3237fe3d",
      "name": "3시간마다 확인",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1056,
        928
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 3
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "cf740889-604b-4494-b565-11c472b689c0",
      "name": "Linkedin [BLOTATO]",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "onError": "continueErrorOutput",
      "position": [
        240,
        400
      ],
      "parameters": {
        "options": {},
        "platform": "linkedin",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "4590",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/4590",
          "cachedResultName": "Sabrina Ramonov 🍄"
        },
        "postContentText": "={{ $('Ready to Post Image/Video').item.json.Caption }}",
        "postContentMediaUrls": "={{ $('Upload Image/Video to BLOTATO').item.json.url }}"
      },
      "credentials": {
        "blotatoApi": {
          "id": "zI14DNda55rFeyY8",
          "name": "Blotato - Brand"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "261a582e-fc1a-44c6-91d7-da34bfe631b2",
      "name": "Facebook [BLOTATO]",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "onError": "continueErrorOutput",
      "position": [
        240,
        560
      ],
      "parameters": {
        "options": {},
        "platform": "facebook",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "369",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/369",
          "cachedResultName": "Sabrina Ramonov"
        },
        "facebookPageId": {
          "__rl": true,
          "mode": "list",
          "value": "161711670360847",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/369/subaccounts/161711670360847",
          "cachedResultName": "Blotato"
        },
        "postContentText": "={{ $('Ready to Post Image/Video').item.json.Caption }}",
        "postContentMediaUrls": "={{ $('Upload Image/Video to BLOTATO').item.json.url }}"
      },
      "credentials": {
        "blotatoApi": {
          "id": "zI14DNda55rFeyY8",
          "name": "Blotato - Brand"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "b721aba5-845d-44b7-ba80-fa8d79094a3f",
      "name": "Instagram [BLOTATO]",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "onError": "continueErrorOutput",
      "maxTries": 2,
      "position": [
        240,
        720
      ],
      "parameters": {
        "options": {},
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "28",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/28",
          "cachedResultName": "sabrina_ramonov"
        },
        "postContentText": "={{ $('Ready to Post Image/Video').item.json.Caption }}",
        "postContentMediaUrls": "={{ $('Upload Image/Video to BLOTATO').item.json.url }}"
      },
      "credentials": {
        "blotatoApi": {
          "id": "zI14DNda55rFeyY8",
          "name": "Blotato - Brand"
        }
      },
      "retryOnFail": true,
      "typeVersion": 2,
      "waitBetweenTries": 5000
    },
    {
      "id": "2be9a129-4ed0-4a3b-9faa-4ef7cfaab7a7",
      "name": "Twitter [BLOTATO]",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "onError": "continueErrorOutput",
      "position": [
        240,
        880
      ],
      "parameters": {
        "options": {},
        "platform": "twitter",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "38",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/38",
          "cachedResultName": "Sabrina_Ramonov"
        },
        "postContentText": "={{ $('Ready to Post Image/Video').item.json.Caption }}",
        "postContentMediaUrls": "={{ $('Upload Image/Video to BLOTATO').item.json.url }}"
      },
      "credentials": {
        "blotatoApi": {
          "id": "zI14DNda55rFeyY8",
          "name": "Blotato - Brand"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "f6527ebf-0f51-4301-aa83-8cb0bddef948",
      "name": "Youtube [BLOTATO]",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "onError": "continueErrorOutput",
      "position": [
        240,
        1040
      ],
      "parameters": {
        "options": {},
        "platform": "youtube",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "111",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/111",
          "cachedResultName": "Sabrina Ramonov 🍄"
        },
        "postContentText": "={{ $('Ready to Post Image/Video').item.json.Caption }}",
        "postContentMediaUrls": "={{ $('Upload Image/Video to BLOTATO').item.json.url }}",
        "postCreateYoutubeOptionTitle": "={{ $('Ready to Post Image/Video').item.json.Title }}"
      },
      "credentials": {
        "blotatoApi": {
          "id": "zI14DNda55rFeyY8",
          "name": "Blotato - Brand"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "c6566c09-9366-4d8c-afb4-073b0013954d",
      "name": "Threads [BLOTATO]",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "onError": "continueErrorOutput",
      "position": [
        240,
        1200
      ],
      "parameters": {
        "options": {},
        "platform": "threads",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "3",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/3",
          "cachedResultName": "sabrina_ramonov"
        },
        "postContentText": "={{ $('Ready to Post Image/Video').item.json.Caption }}",
        "postContentMediaUrls": "={{ $('Upload Image/Video to BLOTATO').item.json.url }}"
      },
      "credentials": {
        "blotatoApi": {
          "id": "zI14DNda55rFeyY8",
          "name": "Blotato - Brand"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "668aa4c7-0058-472e-9196-a5a41eb0dd19",
      "name": "Bluesky [BLOTATO]",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "onError": "continueErrorOutput",
      "position": [
        240,
        1360
      ],
      "parameters": {
        "options": {},
        "platform": "bluesky",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "8",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/8",
          "cachedResultName": "sabrinaramonov.bsky.social"
        },
        "postContentText": "={{ $('Ready to Post Image/Video').item.json.Caption }}",
        "postContentMediaUrls": "={{ $('Upload Image/Video to BLOTATO').item.json.url }}"
      },
      "credentials": {
        "blotatoApi": {
          "id": "zI14DNda55rFeyY8",
          "name": "Blotato - Brand"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "dcee45da-64dc-48a2-8a41-086b441ba409",
      "name": "Pinterest [BLOTATO]",
      "type": "@blotato/n8n-nodes-blotato.blotato",
      "onError": "continueErrorOutput",
      "position": [
        240,
        1520
      ],
      "parameters": {
        "options": {},
        "platform": "pinterest",
        "accountId": {
          "__rl": true,
          "mode": "list",
          "value": "358",
          "cachedResultUrl": "https://backend.blotato.com/v2/accounts/358",
          "cachedResultName": "sabrina_ramonov"
        },
        "postContentText": "={{ $('Ready to Post Image/Video').item.json.Caption }}",
        "pinterestBoardId": {
          "__rl": true,
          "mode": "id",
          "value": "1234"
        },
        "postContentMediaUrls": "={{ $('Upload Image/Video to BLOTATO').item.json.url }}"
      },
      "credentials": {
        "blotatoApi": {
          "id": "zI14DNda55rFeyY8",
          "name": "Blotato - Brand"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "eb36ef73-5b01-41ec-ae72-138647989dd5",
      "name": "상태를 '게시됨'으로 업데이트",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        240,
        1744
      ],
      "parameters": {
        "columns": {
          "value": {
            "Status": "Posted",
            "Caption": "={{ $('Ready to Post Image/Video').item.json.Caption }}"
          },
          "schema": [
            {
              "id": "Title",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Title",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Media URL (google drive)",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Media URL (google drive)",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Caption",
              "type": "string",
              "display": true,
              "removed": false,
              "required": false,
              "displayName": "Caption",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            },
            {
              "id": "Status",
              "type": "string",
              "display": true,
              "required": false,
              "displayName": "Status",
              "defaultMatch": false,
              "canBeUsedToMatch": true
            }
          ],
          "mappingMode": "defineBelow",
          "matchingColumns": [
            "Caption"
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {},
        "operation": "appendOrUpdate",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "gid=0",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1v5S7F9p2apfWRSEHvx8Q6ZX8e-d1lZ4FLlDFyc0-ZA4/edit#gid=0",
          "cachedResultName": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": "1v5S7F9p2apfWRSEHvx8Q6ZX8e-d1lZ4FLlDFyc0-ZA4",
          "cachedResultUrl": "https://docs.google.com/spreadsheets/d/1v5S7F9p2apfWRSEHvx8Q6ZX8e-d1lZ4FLlDFyc0-ZA4/edit?usp=drivesdk",
          "cachedResultName": "1_post_everywhere"
        }
      },
      "credentials": {
        "googleSheetsOAuth2Api": {
          "id": "LEqYeTjqcTBUQ2W2",
          "name": "Google - Brand"
        }
      },
      "typeVersion": 4.5
    },
    {
      "id": "57f04d8e-8317-4921-8e74-19526f16e675",
      "name": "메모지",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1152,
        304
      ],
      "parameters": {
        "color": 6,
        "width": 1056,
        "height": 1232,
        "content": "# Ready to Post\nYou can post text, images, videos, stories, slideshows, and carousels. \n\n## How Template Works\n- Checks Google Sheet every 3 hours for new items with status \"Ready to Post\"\n- Get 1 item that is ready to post (so you don't spam too many posts at the same time)\n- Get unique Google Drive ID of media (image/video)\n- Upload media to Blotato\n- Post media and caption to social platforms\n- Update item's status to \"Posted\" in Google sheet\n\n## Setup\n1. Sign up for Blotato.com\n2. Generate Blotato API Key by going to Settings > API > Generate API Key (paid feature only)\n3. Ensure you have \"Verified Community Nodes\" enabled in your n8n Admin Panel. Install \"Blotato\" community node.\n4. Create credential for Blotato.\n5. Connect your Google Drive to n8n: https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service\n6. Copy this sample Google Sheet. Do NOT change the column names, unless you know what you're doing:\nhttps://docs.google.com/spreadsheets/d/1v5S7F9p2apfWRSEHvx8Q6ZX8e-d1lZ4FLlDFyc0-ZA4/edit\n7. Make your Google Drive folder containing images/videos PUBLIC (i.e. Anyone with the link)\n8. Complete the 3 setup steps shown in BROWN sticky notes in this template"
      },
      "typeVersion": 1
    },
    {
      "id": "c901d211-cf71-49a7-8220-9d2ef799668b",
      "name": "메모지1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -880,
        1104
      ],
      "parameters": {
        "color": 2,
        "width": 224,
        "height": 112,
        "content": "# Setup 1\nConfigure your Google Sheet"
      },
      "typeVersion": 1
    },
    {
      "id": "c1b490bb-7fd4-4fdb-a72b-22adb7a3871e",
      "name": "메모지2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -608,
        1104
      ],
      "parameters": {
        "color": 3,
        "width": 150,
        "height": 112,
        "content": "# Don't Touch"
      },
      "typeVersion": 1
    },
    {
      "id": "438b1381-f384-4365-aaf7-c990e28df071",
      "name": "메모지3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -256
      ],
      "parameters": {
        "color": 4,
        "width": 928,
        "height": 2224,
        "content": "# Post Everywhere\n\n## IMPORTANT\nDo not post the same image/video over and over again, otherwise it will be flagged as spam. Make sure to disclose AI generated content if you're using avatars.\n\n👉  **Blotato API Docs**: https://help.blotato.com/api\n✅  **Troubleshoot Errors**: https://my.blotato.com/api-dashboard\n📷  **Media Requirements**: https://help.blotato.com/api/media\n🛠️  **Contact help**: log into blotato > click support button in bottom right corner"
      },
      "typeVersion": 1
    },
    {
      "id": "e49dbbe2-fff5-44d5-a878-d8ada23a5d6b",
      "name": "메모지4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        1104
      ],
      "parameters": {
        "color": 2,
        "width": 272,
        "height": 304,
        "content": "# Setup 2\nSelect your Blotato credential\n\n### Troubleshooting Checklist:\n- your Google Drive is public\n- column names in your Google Sheet match the original example\n- file size < 60MB; for large files, Google Drive does not work, use Amazon S3 instead"
      },
      "typeVersion": 1
    },
    {
      "id": "c1d94f4b-00e2-47f8-839e-81f104ecfbe9",
      "name": "메모지5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1056,
        64
      ],
      "parameters": {
        "color": 7,
        "width": 608,
        "height": 1632,
        "content": "# Platform Specific Notes\n\n## Tiktok\nYou can post images, videos, and slideshows. Your Tiktok account must be warmed up before using Blotato, otherwise you'll get low views. [Follow this warm up guide](https://help.blotato.com/platforms/tiktok/brand-new-accounts). \n\nCheck out best practices and troubleshooting FAQs:\nhttps://help.blotato.com/platforms/tiktok\n\n## Linkedin\nYou can post text, images, videos, and PDF carousels. Check out best practices and troubleshooting FAQs:\nhttps://help.blotato.com/platforms/linkedin\n\n## Facebook\nYou can post text, images, regular videos, and reels. Check out best practices and troubleshooting FAQs\nhttps://help.blotato.com/platforms/facebook\n\n## Instagram\nYou can post images, reels, stories, and slideshows. Check out best practices and troubleshooting FAQs:\nhttps://help.blotato.com/platforms/instagram\n\n## Twitter\nYou can post text, images, and videos. You can post a long-form thread by clicking \"Show Advanced Settings\". Check out best practices and troubleshooting FAQs:\nhttps://help.blotato.com/platforms/twitter\n\n## Threads\nYou can post text, images, and videos. You can post a long-form thread by clicking \"Show Advanced Settings\". Check out best practices and troubleshooting FAQs:\nhttps://help.blotato.com/platforms/threads\n\n## Bluesky\nYou can post text, images, and videos. You can post a long-form thread by clicking \"Show Advanced Settings\". Check out best practices and troubleshooting FAQs:\nhttps://help.blotato.com/platforms/bluesky\n\n## Youtube\nYou can post Youtube shorts and long-form videos. You don't need to do anything. Youtube automatically posts Shorts if your video is <2 minutes and 9:16 aspect ratio.\n\nBrand new Youtube accounts are limited to a few posts per day via API. You can still upload manually through Youtube website. This restriction is directly from Youtube and is gradually lifted as you post consistently.\n\nCheck out best practices and troubleshooting FAQs:\nhttps://help.blotato.com/platforms/youtube\n\n## Pinterest\nYou can post image and video pins. You must warm up your Pinterest account by posting a few pins per day, gradually ramping up.\n\nHow to Get Your Pinterest Board ID:\nGo to Blotato, create a Pinterest post, click Publish, and you'll see your board IDs. Copy board ID to here.\n\nCheck out best practices and troubleshooting FAQs:\nhttps://help.blotato.com/platforms/pinterest\n\n## Need More Help?\n\nLog into Blotato.com\nClick support button in bottom right corner.\nSabrina Ramonov🍄 replies within 24 hours most weekdays."
      },
      "typeVersion": 1
    },
    {
      "id": "5f3b1432-b8e8-49a6-8b64-cd87eb266cc4",
      "name": "메모지6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        128,
        32
      ],
      "parameters": {
        "color": 2,
        "width": 320,
        "height": 176,
        "content": "# Setup 3\n1. Open each node\n2. Select your social account\n3. Deactivate platforms you don't need\n3. 👉 **You don't need to do anything else!**"
      },
      "typeVersion": 1
    },
    {
      "id": "c6bd6077-6d4c-485b-84db-63386a12329c",
      "name": "메모지7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        592,
        1104
      ],
      "parameters": {
        "color": 7,
        "width": 288,
        "height": 192,
        "content": "# Final Report\n\n👉 View run logs and results.\n\n👉 API Dashboard:\n https://my.blotato.com/api-dashboard"
      },
      "typeVersion": 1
    },
    {
      "id": "f75a35bc-24a7-4ec8-9165-c17e230e7f34",
      "name": "최종 보고서",
      "type": "n8n-nodes-base.merge",
      "position": [
        672,
        720
      ],
      "parameters": {
        "numberInputs": 9
      },
      "notesInFlow": false,
      "typeVersion": 3.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "a3cc5077-67c4-472e-b9bb-e93b21130696",
  "connections": {
    "dd641212-cc0e-4259-95fa-8dbea48c1fe4": {
      "main": [
        [],
        [
          {
            "node": "f75a35bc-24a7-4ec8-9165-c17e230e7f34",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "668aa4c7-0058-472e-9196-a5a41eb0dd19": {
      "main": [
        [],
        [
          {
            "node": "f75a35bc-24a7-4ec8-9165-c17e230e7f34",
            "type": "main",
            "index": 7
          }
        ]
      ]
    },
    "c6566c09-9366-4d8c-afb4-073b0013954d": {
      "main": [
        [],
        [
          {
            "node": "f75a35bc-24a7-4ec8-9165-c17e230e7f34",
            "type": "main",
            "index": 6
          }
        ]
      ]
    },
    "2be9a129-4ed0-4a3b-9faa-4ef7cfaab7a7": {
      "main": [
        [],
        [
          {
            "node": "f75a35bc-24a7-4ec8-9165-c17e230e7f34",
            "type": "main",
            "index": 4
          }
        ]
      ]
    },
    "f6527ebf-0f51-4301-aa83-8cb0bddef948": {
      "main": [
        [],
        [
          {
            "node": "f75a35bc-24a7-4ec8-9165-c17e230e7f34",
            "type": "main",
            "index": 5
          }
        ]
      ]
    },
    "261a582e-fc1a-44c6-91d7-da34bfe631b2": {
      "main": [
        [],
        [
          {
            "node": "f75a35bc-24a7-4ec8-9165-c17e230e7f34",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "cf740889-604b-4494-b565-11c472b689c0": {
      "main": [
        [],
        [
          {
            "node": "f75a35bc-24a7-4ec8-9165-c17e230e7f34",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "ad80ba63-740a-4522-bee7-7ecd3237fe3d": {
      "main": [
        [
          {
            "node": "3816e08f-ca5f-4dc1-a376-0455edc6bad0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b203144c-fc13-47ed-815c-d034615e2ec4": {
      "main": [
        [
          {
            "node": "fa56ad76-9c08-42cd-b2c2-4053895fb730",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b721aba5-845d-44b7-ba80-fa8d79094a3f": {
      "main": [
        [],
        [
          {
            "node": "f75a35bc-24a7-4ec8-9165-c17e230e7f34",
            "type": "main",
            "index": 3
          }
        ]
      ]
    },
    "dcee45da-64dc-48a2-8a41-086b441ba409": {
      "main": [
        [],
        [
          {
            "node": "f75a35bc-24a7-4ec8-9165-c17e230e7f34",
            "type": "main",
            "index": 8
          }
        ]
      ]
    },
    "3816e08f-ca5f-4dc1-a376-0455edc6bad0": {
      "main": [
        [
          {
            "node": "b203144c-fc13-47ed-815c-d034615e2ec4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fa56ad76-9c08-42cd-b2c2-4053895fb730": {
      "main": [
        [
          {
            "node": "dd641212-cc0e-4259-95fa-8dbea48c1fe4",
            "type": "main",
            "index": 0
          },
          {
            "node": "cf740889-604b-4494-b565-11c472b689c0",
            "type": "main",
            "index": 0
          },
          {
            "node": "261a582e-fc1a-44c6-91d7-da34bfe631b2",
            "type": "main",
            "index": 0
          },
          {
            "node": "b721aba5-845d-44b7-ba80-fa8d79094a3f",
            "type": "main",
            "index": 0
          },
          {
            "node": "2be9a129-4ed0-4a3b-9faa-4ef7cfaab7a7",
            "type": "main",
            "index": 0
          },
          {
            "node": "f6527ebf-0f51-4301-aa83-8cb0bddef948",
            "type": "main",
            "index": 0
          },
          {
            "node": "c6566c09-9366-4d8c-afb4-073b0013954d",
            "type": "main",
            "index": 0
          },
          {
            "node": "668aa4c7-0058-472e-9196-a5a41eb0dd19",
            "type": "main",
            "index": 0
          },
          {
            "node": "dcee45da-64dc-48a2-8a41-086b441ba409",
            "type": "main",
            "index": 0
          },
          {
            "node": "eb36ef73-5b01-41ec-ae72-138647989dd5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

고급 - 기타, 멀티모달 AI

유료인가요?

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

워크플로우 정보
난이도
고급
노드 수23
카테고리2
노드 유형6
난이도 설명

고급 사용자를 위한 16+개 노드의 복잡한 워크플로우

저자
Sabrina Ramonov 🍄

Sabrina Ramonov 🍄

@sabrina-ramonov

- Teach 10M people AI - Sold AI startup for $10M+ - 0 to 1.3M+ followers in 1 year - Solo Founder, Blotato.com - social media API - Learn AI for free: www.sabrina.dev

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34