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 服务器",
  "tags": [],
  "nodes": [
    {
      "id": "47859ebb-ed16-421d-8176-e776181e2122",
      "name": "设置说明",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1380,
        -240
      ],
      "parameters": {
        "color": 4,
        "height": 1060,
        "content": "### ⚙️ 设置说明"
      },
      "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 服务器 ✅ 18 个操作"
      },
      "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": "## 信息"
      },
      "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": "## 链接"
      },
      "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": "## 配置文件"
      },
      "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": "## 配置文件媒体类型扩展"
      },
      "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": "## 更新"
      },
      "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": "## 用户媒体类型扩展"
      },
      "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": {
    "Get Sent Updates": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get User Details": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Status Update": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Edit Status Update": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "List User Profiles": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Move Update to Top": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Pending Updates": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Profile Details": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete Status Update": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Link Share Count": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create Status Updates": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Profile Schedules": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Update Interactions": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Reorder Profile Updates": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Shuffle Profile Updates": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Buffer Configuration": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Share Update Immediately": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update Profile Schedules": {
      "ai_tool": [
        [
          {
            "node": "Bufferapp MCP Server",
            "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 查看

分享此工作流