8
n8n 한국어amn8n.com

Bufferapp MCP 서버

고급

이것은Social Media, AI Chatbot분야의자동화 워크플로우로, 27개의 노드를 포함합니다.주로 HttpRequestTool, McpTrigger 등의 노드를 사용하며. MCP 프로토콜을 통해 Buffer 소셜 미디어 관리 API를 AI 대리인에 연결

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "xrpsDgoggqJkiM4G",
  "meta": null,
  "name": "Bufferapp MCP Server",
  "tags": [],
  "nodes": [
    {
      "id": "47859ebb-ed16-421d-8176-e776181e2122",
      "name": "설치 안내",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "color": 4,
        "height": 1060,
        "content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Configure Authentication**: \nSet up oauth2 credentials\n\n3. **Activate Workflow**:\nEnable the workflow to start the MCP server\n\n4. **Get MCP URL**: \nCopy the webhook URL from the MCP trigger\n\n5. **Connect AI Agent**:\nUse the MCP URL in your AI agent configuration\n\n\n### 💡 Usage Notes\n• Parameters are auto-populated by AI using $fromAI() expressions\n• With 18 API endpoints available as tools\n• Responses maintain original API structure\n\n\n### 🛠️ Customization\n• Add data transformation nodes if needed\n• Implement custom error handling\n• Add logging or monitoring nodes\n\n• Modify parameter defaults in any HTTP request node as needed\n\n### 💬 Need Help?\nPing me on [discord](https://discord.me/cfomodz) for integration guidance and custom automations. Check the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) for more information."
      },
      "typeVersion": 1
    },
    {
      "id": "5f9de723-ebba-49d4-8b5f-d7b52acb5841",
      "name": "워크플로우 개요",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -240
      ],
      "parameters": {
        "width": 420,
        "height": 1020,
        "content": "## 🛠️ Bufferapp MCP Server ✅ 18 operations\n\n### About\nSocial media management for marketers and agencies\n\n### 🔧 How it Works\n\nThis workflow converts the Bufferapp API into an MCP-compatible interface for AI agents.\n\n• **MCP Trigger**: Serves as your server endpoint for AI agent requests\n• **HTTP Request Nodes**: Handle API calls to https://api.bufferapp.com/1/\n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n\n\n### 📋 Available Operations (18 endpoints)\n\n**Info (1 operations)**\nGet Buffer Configuration\n\n**Links (1 operations)**\nGet Link Share Count\n\n**Profiles (7 operations)**\nUpdate Profile Schedules, Get Profile Schedules, Get Pending Updates, Reorder Profile Updates, Get Sent Updates, Shuffle Profile Updates, Get Profile Details\n\n**Profiles Media Type Extension (1 operations)**\nList User Profiles\n\n**Updates (7 operations)**\nCreate Status Updates, Delete Status Update, Get Update Interactions, Move Update to Top, Share Update Immediately, Edit Status Update, Get Status Update\n\n**User Media Type Extension (1 operations)**\nGet User Details\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
      "name": "Bufferapp MCP 서버",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -620,
        -240
      ],
      "webhookId": "d6342cb7-2632-4261-97bf-5f2343b6f6a7",
      "parameters": {
        "path": "bufferapp-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "b2a82af3-f1c0-4a7d-adb8-69d1b6989b28",
      "name": "스티키 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -100
      ],
      "parameters": {
        "color": 2,
        "width": 300,
        "height": 200,
        "content": "## Info"
      },
      "typeVersion": 1
    },
    {
      "id": "7c7a51ec-2bcf-47e0-af14-2dfc065fa79b",
      "name": "Buffer 구성 가져오기",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        -60
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//info/configuration{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "With the current configuration that Buffer is using, including supported services, their icons and the varying limits of character and schedules.\n\nParameters:\n- Path parameters:\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "38e2f07e-320f-4b07-adaf-6e9fd4175ae3",
      "name": "스티키 노트2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        140
      ],
      "parameters": {
        "color": 3,
        "width": 300,
        "height": 200,
        "content": "## Links"
      },
      "typeVersion": 1
    },
    {
      "id": "d216610c-a285-400f-a982-8e5fe83e54d0",
      "name": "링크 공유 횟수 가져오기",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        180
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//links/shares{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "options": {},
        "sendQuery": true,
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "queryParameters": {
          "parameters": [
            {
              "name": "url",
              "value": "={{ $fromAI('url', 'URL-encoded URL of the page for which the number of shares is requested.', 'string') }}"
            }
          ]
        },
        "toolDescription": "Numbers of shares a link has had using Buffer.\n\nParameters:\n- Path parameters:\n  • mediaTypeExtension (required)\n- Query parameters:\n  • url (required) - URL-encoded URL of the page for which the number of shares is requested."
      },
      "typeVersion": 4.2
    },
    {
      "id": "75f3acc5-11c3-4491-be17-0b49f45edea2",
      "name": "스티키 노트3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        380
      ],
      "parameters": {
        "color": 4,
        "width": 1500,
        "height": 200,
        "content": "## Profiles"
      },
      "typeVersion": 1
    },
    {
      "id": "1d91dced-d3a3-4362-9233-b6de31649f2d",
      "name": "프로필 일정 업데이트",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        420
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/schedules/update{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "method": "POST",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "\"Set the posting schedules for the specified social media profile.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "efb9c8c6-d26d-4b55-a1b5-a53bd028e530",
      "name": "프로필 일정 가져오기",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        420
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/schedules{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Details of the posting schedules associated with a social media profile.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "b8e24ad6-0e33-4e56-bdf3-5719cb91b07d",
      "name": "대기 중인 업데이트 가져오기",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        420
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/updates/pending{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "options": {},
        "sendQuery": true,
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "queryParameters": {
          "parameters": [
            {
              "name": "page",
              "value": "={{ $fromAI('page', 'Specifies the page of status updates to receive. If not specified the first page of results will be returned.', 'number') }}"
            },
            {
              "name": "count",
              "value": "={{ $fromAI('count', 'Specifies the number of status updates to receive. If provided, must be between 1 and 100.', 'number') }}"
            },
            {
              "name": "since",
              "value": "={{ $fromAI('since', 'Specifies a unix timestamp which only status updates created after this time will be retrieved.', 'string') }}"
            },
            {
              "name": "utc",
              "value": "={{ $fromAI('utc', 'If utc is set times will be returned relative to UTC rather than the users associated timezone.', 'boolean') }}"
            }
          ]
        },
        "toolDescription": "\"Returns an array of updates that are currently in the buffer for an individual social media profile.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)\n- Query parameters:\n  • page (optional) - Specifies the page of status updates to receive. If not specified the first page of results will be returned.\n  • count (optional) - Specifies the number of status updates to receive. If provided, must be between 1 and 100.\n  • since (optional) - Specifies a unix timestamp which only status updates created after this time will be retrieved.\n  • utc (optional) - If utc is set times will be returned relative to UTC rather than the users associated timezone."
      },
      "typeVersion": 4.2
    },
    {
      "id": "f88811b4-f119-489d-a076-85c560edc81b",
      "name": "프로필 업데이트 재정렬",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        80,
        420
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/updates/reorder{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "method": "POST",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Edit the order at which statuses for the specified social media profile will be sent out of the buffer.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "e53263c8-b561-4844-9565-2393f2b799f1",
      "name": "전송된 업데이트 가져오기",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        280,
        420
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/updates/sent{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "options": {},
        "sendQuery": true,
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "queryParameters": {
          "parameters": [
            {
              "name": "page",
              "value": "={{ $fromAI('page', 'Specifies the page of status updates to receive. If not specified the first page of results will be returned.', 'number') }}"
            },
            {
              "name": "count",
              "value": "={{ $fromAI('count', 'Specifies the number of status updates to receive. If provided, must be between 1 and 100.', 'number') }}"
            },
            {
              "name": "since",
              "value": "={{ $fromAI('since', 'Specifies a unix timestamp which only status updates created after this time will be retrieved.', 'string') }}"
            },
            {
              "name": "utc",
              "value": "={{ $fromAI('utc', 'If utc is set times will be returned relative to UTC rather than the users associated timezone.', 'boolean') }}"
            }
          ]
        },
        "toolDescription": "Array of updates that have been sent from the buffer for an individual social media profile.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)\n- Query parameters:\n  • page (optional) - Specifies the page of status updates to receive. If not specified the first page of results will be returned.\n  • count (optional) - Specifies the number of status updates to receive. If provided, must be between 1 and 100.\n  • since (optional) - Specifies a unix timestamp which only status updates created after this time will be retrieved.\n  • utc (optional) - If utc is set times will be returned relative to UTC rather than the users associated timezone."
      },
      "typeVersion": 4.2
    },
    {
      "id": "a49fbfb2-3f9f-4d0d-9e18-a0ddb1d1fd51",
      "name": "프로필 업데이트 셔플",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        480,
        420
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}/updates/shuffle{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "method": "POST",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Randomize the order at which statuses for the specified social media profile will be sent out of the buffer.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "2c41b589-a67b-4bb0-8eb4-22ba2ce560dc",
      "name": "프로필 세부 정보 가져오기",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        680,
        420
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//profiles/{{ $fromAI('id', 'Id', 'string') }}{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Details of the single specified social media profile.\n\nParameters:\n- Path parameters:\n  • mediaTypeExtension (required)\n  • id (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "5e99f1b0-fc18-4dff-b680-07f968539a7e",
      "name": "스티키 노트4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        620
      ],
      "parameters": {
        "color": 5,
        "width": 300,
        "height": 200,
        "content": "## Profiles Media Type Extension"
      },
      "typeVersion": 1
    },
    {
      "id": "07aef0b8-d0dc-4d56-a344-42ebdc10c9dc",
      "name": "사용자 프로필 목록",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        660
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//profiles{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Array of social media profiles connected to a users account.\n\nParameters:\n- Path parameters:\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "fdbdf74e-3089-4e1d-82dd-78f3ad7741d0",
      "name": "스티키 노트5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        860
      ],
      "parameters": {
        "color": 6,
        "width": 1500,
        "height": 200,
        "content": "## Updates"
      },
      "typeVersion": 1
    },
    {
      "id": "dcd77133-f17f-4164-99f8-7f1d6eb477f2",
      "name": "상태 업데이트 생성",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        900
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//updates/create{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "method": "POST",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Create one or more new status updates.\n\nParameters:\n- Path parameters:\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "ae57789c-6957-415b-bb3b-206c00387272",
      "name": "상태 업데이트 삭제",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -320,
        900
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}/destroy{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "method": "POST",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Permanently delete an existing status update.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "887cf82e-fe46-4096-b3ad-b22476167d46",
      "name": "업데이트 상호작용 가져오기",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        900
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}/interactions{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "options": {},
        "sendQuery": true,
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "queryParameters": {
          "parameters": [
            {
              "name": "event",
              "value": "={{ $fromAI('event', 'Specifies a type of event to be retrieved, for example \"retweet\", \"like\", \"comment\", \"mention\" or \"reshare\". They can also be plural (e.g., \"reshares\"). Plurality has no effect other than visual semantics. See /info/configuration for more information on supported interaction events.', 'string') }}"
            },
            {
              "name": "page",
              "value": "={{ $fromAI('page', 'Specifies the page of status updates to receive. If not specified the first page of results will be returned.', 'number') }}"
            },
            {
              "name": "count",
              "value": "={{ $fromAI('count', 'Specifies the number of status updates to receive. If provided, must be between 1 and 100.', 'number') }}"
            }
          ]
        },
        "toolDescription": "Detailed information on individual interactions with the social media update such as favorites, retweets and likes.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)\n- Query parameters:\n  • event (required) - Specifies a type of event to be retrieved, for example \"retweet\", \"like\", \"comment\", \"mention\" or \"reshare\". They can also be plural (e.g., \"reshares\"). Plurality has no effect other than visual semantics. See /info/configuration for more information on supported interaction events.\n  • page (optional) - Specifies the page of status updates to receive. If not specified the first page of results will be returned.\n  • count (optional) - Specifies the number of status updates to receive. If provided, must be between 1 and 100."
      },
      "typeVersion": 4.2
    },
    {
      "id": "ade84248-892f-4544-b744-d4e1a5cee0e5",
      "name": "업데이트를 맨 위로 이동",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        80,
        900
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}/move_to_top{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "method": "POST",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Move an existing status update to the top of the queue and recalculate times for all updates in the queue. Returns the update with its new posting time.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "18ca9b0d-f261-459c-871d-2913283fee5b",
      "name": "업데이트 즉시 공유",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        280,
        900
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}/share{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "method": "POST",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Immediately shares a single pending update and recalculates times for updates remaining in the queue.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "90826251-d180-4603-adff-185a3c92ad01",
      "name": "상태 업데이트 편집",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        480,
        900
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}/update{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "method": "POST",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Edit an existing, individual status update.\n\nParameters:\n- Path parameters:\n  • id (required)\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "a71224bc-ab23-443e-bb8f-bcc431e1fa08",
      "name": "상태 업데이트 가져오기",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        680,
        900
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//updates/{{ $fromAI('id', 'Id', 'string') }}{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Single social media update.\n\nParameters:\n- Path parameters:\n  • mediaTypeExtension (required)\n  • id (required)"
      },
      "typeVersion": 4.2
    },
    {
      "id": "2780d522-6119-4099-a89f-b2a37111814c",
      "name": "스티키 노트6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        1100
      ],
      "parameters": {
        "color": 7,
        "width": 300,
        "height": 200,
        "content": "## User Media Type Extension"
      },
      "typeVersion": 1
    },
    {
      "id": "24c74240-55e0-49b9-885f-498a0a00df6e",
      "name": "사용자 세부 정보 가져오기",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -520,
        1140
      ],
      "parameters": {
        "url": "=https://api.bufferapp.com/1//user{{ $fromAI('mediaTypeExtension', 'Mediatypeextension', 'string') }}",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "toolDescription": "Single user.\n\nParameters:\n- Path parameters:\n  • mediaTypeExtension (required)"
      },
      "typeVersion": 4.2
    }
  ],
  "active": false,
  "shared": [
    {
      "role": "workflow:owner",
      "project": {
        "id": "G5fce9xGuBAsWBXe",
        "icon": null,
        "name": "David Ashby <david.ashby.lds@gmail.com>",
        "type": "personal",
        "createdAt": "2025-06-04T02:55:02.013Z",
        "updatedAt": "2025-06-04T02:56:01.361Z",
        "projectRelations": [
          {
            "role": "project:personalOwner",
            "user": {
              "id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
              "role": "global:owner",
              "email": "david.ashby.lds@gmail.com",
              "disabled": false,
              "lastName": "Ashby",
              "settings": {
                "npsSurvey": {
                  "responded": true,
                  "lastShownAt": 1749357655581
                },
                "userActivated": true,
                "userActivatedAt": 1749075994495,
                "easyAIWorkflowOnboarded": true,
                "firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
              },
              "createdAt": "2025-06-04T02:55:01.745Z",
              "firstName": "David",
              "isPending": false,
              "updatedAt": "2025-06-08T04:40:58.399Z",
              "mfaEnabled": false,
              "personalizationAnswers": {
                "version": "v4",
                "personalization_survey_n8n_version": "1.95.3",
                "personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
              }
            },
            "userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
            "createdAt": "2025-06-04T02:55:02.013Z",
            "projectId": "G5fce9xGuBAsWBXe",
            "updatedAt": "2025-06-04T02:55:02.013Z"
          }
        ]
      },
      "createdAt": "2025-07-01T23:37:49.469Z",
      "projectId": "G5fce9xGuBAsWBXe",
      "updatedAt": "2025-07-01T23:37:49.469Z",
      "workflowId": "xrpsDgoggqJkiM4G"
    }
  ],
  "pinData": {},
  "settings": {
    "timezone": "America/New_York"
  },
  "createdAt": "2025-07-01T23:37:49.467Z",
  "updatedAt": "2025-07-01T23:39:05.000Z",
  "versionId": "72b0050f-bd70-46f7-9264-64c3c6ff2103",
  "isArchived": false,
  "staticData": null,
  "connections": {
    "e53263c8-b561-4844-9565-2393f2b799f1": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "24c74240-55e0-49b9-885f-498a0a00df6e": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "a71224bc-ab23-443e-bb8f-bcc431e1fa08": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "90826251-d180-4603-adff-185a3c92ad01": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "07aef0b8-d0dc-4d56-a344-42ebdc10c9dc": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "ade84248-892f-4544-b744-d4e1a5cee0e5": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "b8e24ad6-0e33-4e56-bdf3-5719cb91b07d": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "2c41b589-a67b-4bb0-8eb4-22ba2ce560dc": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "ae57789c-6957-415b-bb3b-206c00387272": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "d216610c-a285-400f-a982-8e5fe83e54d0": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "dcd77133-f17f-4164-99f8-7f1d6eb477f2": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "efb9c8c6-d26d-4b55-a1b5-a53bd028e530": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "887cf82e-fe46-4096-b3ad-b22476167d46": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "f88811b4-f119-489d-a076-85c560edc81b": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "a49fbfb2-3f9f-4d0d-9e18-a0ddb1d1fd51": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "7c7a51ec-2bcf-47e0-af14-2dfc065fa79b": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "18ca9b0d-f261-459c-871d-2913283fee5b": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "1d91dced-d3a3-4362-9233-b6de31649f2d": {
      "ai_tool": [
        [
          {
            "node": "1bb1dfb3-7a6e-4c42-8298-2b9615fb57dd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 0
}
자주 묻는 질문

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

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

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

고급 - 소셜 미디어, AI 챗봇

유료인가요?

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

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

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

저자
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34