Bufferapp MCP-Server
Dies ist ein Social Media, AI Chatbot-Bereich Automatisierungsworkflow mit 27 Nodes. Hauptsächlich werden HttpRequestTool, McpTrigger und andere Nodes verwendet. Buffer Social Media Management API über das MCP-Protokoll mit dem AI-Agent verbinden
- •Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
Verwendete Nodes (27)
Kategorie
{
"id": "xrpsDgoggqJkiM4G",
"meta": null,
"name": "Bufferapp MCP Server",
"tags": [],
"nodes": [
{
"id": "47859ebb-ed16-421d-8176-e776181e2122",
"name": "Setup-Anleitung",
"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": "Workflow-Übersicht",
"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-Server",
"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": "Haftnotiz",
"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-Konfiguration abrufen",
"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": "Haftnotiz2",
"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": "Link-Share-Count abrufen",
"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": "Haftnotiz3",
"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": "Profilzeitpläne aktualisieren",
"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": "Profilzeitpläne abrufen",
"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": "Ausstehende Updates abrufen",
"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": "Profilupdates neu anordnen",
"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": "Gesendete Updates abrufen",
"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": "Profilupdates mischen",
"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": "Profildetails abrufen",
"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": "Haftnotiz4",
"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": "Benutzerprofile auflisten",
"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": "Haftnotiz5",
"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": "Statusupdates erstellen",
"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": "Statusupdate löschen",
"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": "Update-Interaktionen abrufen",
"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": "Update an den Anfang verschieben",
"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": "Update sofort teilen",
"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": "Statusupdate bearbeiten",
"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": "Statusupdate abrufen",
"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": "Haftnotiz6",
"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": "Benutzerdetails abrufen",
"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
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Experte - Soziale Medien, KI-Chatbot
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
David Ashby
@cfomodzA hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord
Diesen Workflow teilen