ActiveCampaign 工具 MCP 服务器
高级
这是一个AI领域的自动化工作流,包含 61 个节点。主要使用 ActiveCampaignTool, McpTrigger 等节点,结合人工智能技术实现智能自动化。 🛠️ ActiveCampaign 工具 MCP 服务器 💪 全部 48 个操作
前置要求
- •AI 服务 API Key(如 OpenAI、Anthropic 等)
使用的节点 (61)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "J4T5m7LSKiIh97DD",
"meta": null,
"name": "ActiveCampaign Tool MCP Server",
"tags": [],
"nodes": [
{
"id": "144d6c97-6939-490c-a926-48a2f8c45f68",
"name": "ActiveCampaign Tool MCP Server",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-420,
-240
],
"webhookId": "2337d3b0-820b-4b05-948e-b23dc7e9f284",
"parameters": {
"path": "activecampaign-tool-mcp"
},
"typeVersion": 1
},
{
"id": "4c878c1a-0006-440f-a3a0-aa0c8b87be0d",
"name": "Create an account",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
240
],
"parameters": {
"name": "={{ $fromAI('Name', ``, 'string') }}",
"resource": "account",
"additionalFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "3f107a6d-cab1-4728-a815-b12783f5835b",
"name": "Delete an account",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
240
],
"parameters": {
"resource": "account",
"accountId": "={{ $fromAI('Account_Id', ``, 'number') }}",
"operation": "delete"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "3c286a10-3ad2-4e64-9a5e-d288832cf300",
"name": "Get an account",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-360,
240
],
"parameters": {
"resource": "account",
"accountId": "={{ $fromAI('Account_Id', ``, 'number') }}",
"operation": "get"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "335917bb-2bc1-4be3-a5b0-e667f39e6d02",
"name": "Get many accounts",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-140,
240
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
"filters": {},
"resource": "account",
"operation": "getAll",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "72ab42b2-9313-4e97-9bb4-42b59dd0669b",
"name": "Update an account",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
80,
240
],
"parameters": {
"resource": "account",
"accountId": "={{ $fromAI('Account_Id', ``, 'number') }}",
"operation": "update",
"updateFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "c032afec-f5f9-4278-b73d-981cdcb93f79",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
220
],
"parameters": {
"color": 2,
"width": 1280,
"content": "## Account"
},
"typeVersion": 1
},
{
"id": "397c1a26-4dd1-449d-a21b-67309d797125",
"name": "Create an account contact",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
480
],
"parameters": {
"account": "={{ $fromAI('Account', ``, 'number') }}",
"contact": "={{ $fromAI('Contact', ``, 'number') }}",
"resource": "accountContact",
"additionalFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "60184a00-bdb3-43a5-b1d1-89b397779899",
"name": "Delete an account contact",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
480
],
"parameters": {
"resource": "accountContact",
"operation": "delete",
"accountContactId": "={{ $fromAI('Account_Contact_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "741002ab-27c2-4954-9508-423026e63d37",
"name": "Update an account contact",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-360,
480
],
"parameters": {
"resource": "accountContact",
"operation": "update",
"updateFields": {},
"accountContactId": "={{ $fromAI('Account_Contact_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "38f22101-392b-4594-ab01-9b1c54d6d660",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
460
],
"parameters": {
"color": 3,
"width": 840,
"content": "## Accountcontact"
},
"typeVersion": 1
},
{
"id": "f6081c73-44ce-4594-8c53-5f506ce3c6b5",
"name": "Create a connection",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
720
],
"parameters": {
"name": "={{ $fromAI('Name', ``, 'string') }}",
"linkUrl": "={{ $fromAI('Link_Url', ``, 'string') }}",
"logoUrl": "={{ $fromAI('Logo_Url', ``, 'string') }}",
"service": "={{ $fromAI('Service', ``, 'string') }}",
"resource": "connection",
"externalid": "={{ $fromAI('Externalid', ``, 'string') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "5af9d35d-02cd-4f9d-8e2a-1ddb19219584",
"name": "Delete a connection",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
720
],
"parameters": {
"resource": "connection",
"operation": "delete",
"connectionId": "={{ $fromAI('Connection_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "73cf710e-21ec-4638-a8b4-63746b51ecae",
"name": "Get a connection",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-360,
720
],
"parameters": {
"resource": "connection",
"operation": "get",
"connectionId": "={{ $fromAI('Connection_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "39645829-c9c2-4e16-8bf9-35d652b2b1df",
"name": "Get many connections",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-140,
720
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
"resource": "connection",
"operation": "getAll",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "8ebfcd8b-cedc-45fc-91b9-934ec99fafcb",
"name": "Update a connection",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
80,
720
],
"parameters": {
"resource": "connection",
"operation": "update",
"connectionId": "={{ $fromAI('Connection_Id', ``, 'number') }}",
"updateFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "44a3eb0f-d394-4bf4-ad58-65a1f44c7306",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
700
],
"parameters": {
"color": 4,
"width": 1280,
"content": "## Connection"
},
"typeVersion": 1
},
{
"id": "28d3e4a0-b48b-4a22-bbff-188e3918d727",
"name": "Create a contact",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
960
],
"parameters": {
"email": "={{ $fromAI('Email', ``, 'string') }}",
"updateIfExists": "={{ $fromAI('Update_If_Exists', ``, 'boolean') }}",
"additionalFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "e27726eb-534a-441e-af46-55592227bde4",
"name": "Delete a contact",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
960
],
"parameters": {
"contactId": "={{ $fromAI('Contact_Id', ``, 'number') }}",
"operation": "delete"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "1486ce14-6f41-4c2d-8f1e-cf306be3bbe5",
"name": "Get a contact",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-360,
960
],
"parameters": {
"contactId": "={{ $fromAI('Contact_Id', ``, 'number') }}",
"operation": "get"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "2844f123-fbc2-49a2-9b40-b16841afc688",
"name": "Get many contacts",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-140,
960
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
"operation": "getAll",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}",
"additionalFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "515b2b77-d536-4166-8405-0afd3c98cb4b",
"name": "Update a contact",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
80,
960
],
"parameters": {
"contactId": "={{ $fromAI('Contact_Id', ``, 'number') }}",
"operation": "update",
"updateFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "0e229754-3ffc-4cbf-9b48-217a9ec6e97e",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
940
],
"parameters": {
"color": 5,
"width": 1280,
"content": "## Contact"
},
"typeVersion": 1
},
{
"id": "f77fabae-0613-4bdf-900d-099a49a1b715",
"name": "Add a contact to a list",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
1200
],
"parameters": {
"listId": "={{ $fromAI('List_Id', ``, 'number') }}",
"resource": "contactList",
"contactId": "={{ $fromAI('Contact_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "a0797c21-ab6f-4843-8e6c-3e873d72c06d",
"name": "Remove a contact from a list",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
1200
],
"parameters": {
"listId": "={{ $fromAI('List_Id', ``, 'number') }}",
"resource": "contactList",
"contactId": "={{ $fromAI('Contact_Id', ``, 'number') }}",
"operation": "remove"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "5ec13d11-8bbf-4a42-a260-ab724f3ed9f7",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
1180
],
"parameters": {
"color": 6,
"width": 620,
"content": "## Contactlist"
},
"typeVersion": 1
},
{
"id": "ddd890f0-f536-4f11-b1ac-e7b9d9d8a77e",
"name": "Add a contact tag",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
1440
],
"parameters": {
"tagId": "={{ $fromAI('Tag_Id', ``, 'string') }}",
"resource": "contactTag",
"contactId": "={{ $fromAI('Contact_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "e27d3237-a24b-462e-a1cc-5e73cf8c2373",
"name": "Remove a contact tag",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
1440
],
"parameters": {
"resource": "contactTag",
"operation": "remove",
"contactTagId": "={{ $fromAI('Contact_Tag_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "e3bceedc-8b59-47e5-b2dd-68947e9ccff9",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
1420
],
"parameters": {
"color": 7,
"width": 620,
"content": "## Contacttag"
},
"typeVersion": 1
},
{
"id": "2131c413-c891-4d25-8520-96f9a291bd57",
"name": "Create a deal",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
1680
],
"parameters": {
"group": "={{ $fromAI('Group', ``, 'string') }}",
"owner": {
"value": "={{ $fromAI('Owner', ``, 'string') }}"
},
"stage": "={{ $fromAI('Stage', ``, 'string') }}",
"title": "={{ $fromAI('Title', ``, 'string') }}",
"value": "={{ $fromAI('Value', ``, 'number') }}",
"contact": "={{ $fromAI('Contact', ``, 'number') }}",
"currency": "={{ $fromAI('Currency', ``, 'string') }}",
"resource": "deal",
"additionalFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "ed2dff66-008c-403e-ae09-ccbb0c081164",
"name": "Create a deal note",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
1680
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
"dealNote": "={{ $fromAI('Deal_Note', ``, 'string') }}",
"resource": "deal",
"operation": "createNote"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "5ce3faa7-5771-4670-baac-b96f37546e58",
"name": "Delete a deal",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-360,
1680
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
"resource": "deal",
"operation": "delete"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "329bdf66-e83f-4ec2-a5d5-44093a735ea9",
"name": "Get a deal",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-140,
1680
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
"resource": "deal",
"operation": "get"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "5710218d-f0be-41a5-9e9e-39593a970c64",
"name": "Get many deals",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
80,
1680
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
"resource": "deal",
"operation": "getAll",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "e10b66f4-1772-44f5-91b6-94b4b8e5d453",
"name": "Update a deal",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
300,
1680
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
"resource": "deal",
"operation": "update",
"updateFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "6cdd2396-29f6-42f8-babe-ff54c5735202",
"name": "Update a deal note",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
520,
1680
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
"dealNote": "={{ $fromAI('Deal_Note', ``, 'string') }}",
"resource": "deal",
"operation": "updateNote",
"dealNoteId": "={{ $fromAI('Deal_Note_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "c1feb09a-bc5c-4b9e-b349-a51d53ad31b6",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
1660
],
"parameters": {
"color": 2,
"width": 1720,
"content": "## Deal"
},
"typeVersion": 1
},
{
"id": "0ad51a78-5127-4f8b-b51d-447872e43f23",
"name": "Create an e-commerce customer",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
1920
],
"parameters": {
"email": "={{ $fromAI('Email', ``, 'string') }}",
"resource": "ecommerceCustomer",
"externalid": "={{ $fromAI('Externalid', ``, 'string') }}",
"connectionid": "={{ $fromAI('Connectionid', ``, 'string') }}",
"additionalFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "7f4f669a-94f5-4a2d-b173-d4cf9677faf5",
"name": "Delete an e-commerce customer",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
1920
],
"parameters": {
"resource": "ecommerceCustomer",
"operation": "delete",
"ecommerceCustomerId": "={{ $fromAI('Ecommerce_Customer_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "80bc48dc-0d07-4c46-a90a-d27c8b0e87e7",
"name": "Get an e-commerce customer",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-360,
1920
],
"parameters": {
"resource": "ecommerceCustomer",
"operation": "get",
"ecommerceCustomerId": "={{ $fromAI('Ecommerce_Customer_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "7228face-2a16-4aa5-970a-bdab93f791f9",
"name": "Get many e-commerce customers",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-140,
1920
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
"resource": "ecommerceCustomer",
"operation": "getAll",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "6d2aca65-2bc2-41ba-bcfc-79ebd44481a9",
"name": "Update an e-commerce customer",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
80,
1920
],
"parameters": {
"resource": "ecommerceCustomer",
"operation": "update",
"updateFields": {},
"ecommerceCustomerId": "={{ $fromAI('Ecommerce_Customer_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "d8c35832-af99-4ae3-84d8-64a764950e12",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
1900
],
"parameters": {
"color": 3,
"width": 1280,
"content": "## Ecommercecustomer"
},
"typeVersion": 1
},
{
"id": "0ae7f970-218e-4d78-9823-7b3efa387108",
"name": "Create an e-commerce order",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
2160
],
"parameters": {
"email": "={{ $fromAI('Email', ``, 'string') }}",
"source": "={{ $fromAI('Source', ``, 'number') }}",
"currency": "={{ $fromAI('Currency', ``, 'string') }}",
"resource": "ecommerceOrder",
"customerid": "={{ $fromAI('Customerid', ``, 'number') }}",
"externalid": "={{ $fromAI('Externalid', ``, 'string') }}",
"totalPrice": "={{ $fromAI('Total_Price', ``, 'number') }}",
"connectionid": "={{ $fromAI('Connectionid', ``, 'number') }}",
"abandonedDate": "={{ $fromAI('Abandoned_Date', ``, 'string') }}",
"orderProducts": "={{ $fromAI('Order_Products', ``, 'json') }}",
"additionalFields": {},
"externalcheckoutid": "={{ $fromAI('Externalcheckoutid', ``, 'string') }}",
"externalCreatedDate": "={{ $fromAI('External_Created_Date', ``, 'string') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "0cbd71b9-0242-4685-a06a-02e336baffb0",
"name": "Delete an e-commerce order",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
2160
],
"parameters": {
"orderId": "={{ $fromAI('Order_Id', ``, 'number') }}",
"resource": "ecommerceOrder",
"operation": "delete"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "f0f4a02b-8b7f-4712-93d0-6b6bb3259629",
"name": "Get an e-commerce order",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-360,
2160
],
"parameters": {
"orderId": "={{ $fromAI('Order_Id', ``, 'number') }}",
"resource": "ecommerceOrder",
"operation": "get"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "22ba8087-4dfb-4992-bf45-c3a2b149a5d3",
"name": "Get many e-commerce orders",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-140,
2160
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
"resource": "ecommerceOrder",
"operation": "getAll",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "49ae4d11-92e2-4f1d-94d5-34d35d1bdc30",
"name": "Update an e-commerce order",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
80,
2160
],
"parameters": {
"orderId": "={{ $fromAI('Order_Id', ``, 'number') }}",
"resource": "ecommerceOrder",
"operation": "update",
"updateFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "c32a503a-e042-497b-88bc-87dc7df587ca",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
2140
],
"parameters": {
"color": 4,
"width": 1280,
"content": "## Ecommerceorder"
},
"typeVersion": 1
},
{
"id": "313dfa94-3c16-425f-84d7-cbc82bf3a2ae",
"name": "Get many ecommerce orders",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
2400
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
"resource": "ecommerceOrderProducts",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "3cb0b333-93c3-4497-a0aa-ec1a82b3c6f9",
"name": "Get an e-commerce order product by product ID",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
2400
],
"parameters": {
"resource": "ecommerceOrderProducts",
"operation": "getByProductId",
"procuctId": "={{ $fromAI('Procuct_Id', ``, 'number') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "20937119-5566-49ad-bc22-b9e1f22a965e",
"name": "Get an e-commerce order product by order ID",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-360,
2400
],
"parameters": {
"orderId": "={{ $fromAI('Order_Id', ``, 'number') }}",
"resource": "ecommerceOrderProducts",
"operation": "getByOrderId"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "e4c6478d-553d-4aeb-82a3-c3b0649ac5e8",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
2380
],
"parameters": {
"color": 5,
"width": 840,
"content": "## Ecommerceorderproducts"
},
"typeVersion": 1
},
{
"id": "c7401580-b426-4397-bcf4-4ac18a7e6c1b",
"name": "Get many lists",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
2640
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
"resource": "list",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "234bddbe-f480-4d59-abac-74ad5dd52def",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
2620
],
"parameters": {
"color": 6,
"width": 400,
"content": "## List"
},
"typeVersion": 1
},
{
"id": "edbbb5a7-3dbc-46cc-81f7-1165e35a7dbc",
"name": "Create a tag",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-800,
2880
],
"parameters": {
"name": "={{ $fromAI('Name', ``, 'string') }}",
"tagType": "={{ $fromAI('Tag_Type', ``, 'string') }}",
"resource": "tag",
"additionalFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "dbdcb2ec-0e5f-499d-954d-6fb1a8397e07",
"name": "Delete a tag",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-580,
2880
],
"parameters": {
"tagId": "={{ $fromAI('Tag_Id', ``, 'number') }}",
"resource": "tag",
"operation": "delete"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "d94bc1e1-a3c0-4814-8c19-7a1df39249c6",
"name": "Get a tag",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-360,
2880
],
"parameters": {
"tagId": "={{ $fromAI('Tag_Id', ``, 'number') }}",
"resource": "tag",
"operation": "get"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "57ea33f8-2a4d-422e-8086-804e31dc2413",
"name": "Get many tags",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
-140,
2880
],
"parameters": {
"limit": "={{ $fromAI('Limit', ``, 'number') }}",
"simple": "={{ $fromAI('Simple', ``, 'boolean') }}",
"resource": "tag",
"operation": "getAll",
"returnAll": "={{ $fromAI('Return_All', ``, 'boolean') }}"
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "81b28db5-1552-4aa4-affc-cc48ca770094",
"name": "Update a tag",
"type": "n8n-nodes-base.activeCampaignTool",
"position": [
80,
2880
],
"parameters": {
"tagId": "={{ $fromAI('Tag_Id', ``, 'number') }}",
"resource": "tag",
"operation": "update",
"updateFields": {}
},
"credentials": {
"activeCampaignApi": {
"id": "SET_YOUR_CREDENTIAL_ID_HERE",
"name": "Credential Name"
}
},
"typeVersion": 1
},
{
"id": "99387d9e-6f2b-4831-9c51-57fc9fd89973",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
2860
],
"parameters": {
"color": 7,
"width": 1280,
"content": "## Tag"
},
"typeVersion": 1
}
],
"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-06-18T00:44:13.157Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-06-18T00:44:13.157Z",
"workflowId": "J4T5m7LSKiIh97DD"
}
],
"pinData": {},
"settings": {
"timezone": "America/New_York"
},
"createdAt": "2025-06-18T00:44:13.153Z",
"updatedAt": "2025-06-19T22:36:07.000Z",
"versionId": "de176e1d-7914-4c5b-865d-55f473c5f563",
"isArchived": true,
"staticData": null,
"connections": {
"d94bc1e1-a3c0-4814-8c19-7a1df39249c6": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"329bdf66-e83f-4ec2-a5d5-44093a735ea9": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"edbbb5a7-3dbc-46cc-81f7-1165e35a7dbc": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"dbdcb2ec-0e5f-499d-954d-6fb1a8397e07": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"81b28db5-1552-4aa4-affc-cc48ca770094": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"2131c413-c891-4d25-8520-96f9a291bd57": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"5ce3faa7-5771-4670-baac-b96f37546e58": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"1486ce14-6f41-4c2d-8f1e-cf306be3bbe5": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"57ea33f8-2a4d-422e-8086-804e31dc2413": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"e10b66f4-1772-44f5-91b6-94b4b8e5d453": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"3c286a10-3ad2-4e64-9a5e-d288832cf300": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"5710218d-f0be-41a5-9e9e-39593a970c64": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"c7401580-b426-4397-bcf4-4ac18a7e6c1b": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"28d3e4a0-b48b-4a22-bbff-188e3918d727": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"e27726eb-534a-441e-af46-55592227bde4": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"73cf710e-21ec-4638-a8b4-63746b51ecae": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"515b2b77-d536-4166-8405-0afd3c98cb4b": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"ddd890f0-f536-4f11-b1ac-e7b9d9d8a77e": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"4c878c1a-0006-440f-a3a0-aa0c8b87be0d": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"3f107a6d-cab1-4728-a815-b12783f5835b": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"335917bb-2bc1-4be3-a5b0-e667f39e6d02": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"2844f123-fbc2-49a2-9b40-b16841afc688": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"72ab42b2-9313-4e97-9bb4-42b59dd0669b": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"ed2dff66-008c-403e-ae09-ccbb0c081164": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"6cdd2396-29f6-42f8-babe-ff54c5735202": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"f6081c73-44ce-4594-8c53-5f506ce3c6b5": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"5af9d35d-02cd-4f9d-8e2a-1ddb19219584": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"8ebfcd8b-cedc-45fc-91b9-934ec99fafcb": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"39645829-c9c2-4e16-8bf9-35d652b2b1df": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"e27d3237-a24b-462e-a1cc-5e73cf8c2373": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"f77fabae-0613-4bdf-900d-099a49a1b715": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"f0f4a02b-8b7f-4712-93d0-6b6bb3259629": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"397c1a26-4dd1-449d-a21b-67309d797125": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"60184a00-bdb3-43a5-b1d1-89b397779899": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"313dfa94-3c16-425f-84d7-cbc82bf3a2ae": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"741002ab-27c2-4954-9508-423026e63d37": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"0ae7f970-218e-4d78-9823-7b3efa387108": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"0cbd71b9-0242-4685-a06a-02e336baffb0": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"80bc48dc-0d07-4c46-a90a-d27c8b0e87e7": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"22ba8087-4dfb-4992-bf45-c3a2b149a5d3": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"49ae4d11-92e2-4f1d-94d5-34d35d1bdc30": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"a0797c21-ab6f-4843-8e6c-3e873d72c06d": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"0ad51a78-5127-4f8b-b51d-447872e43f23": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"7f4f669a-94f5-4a2d-b173-d4cf9677faf5": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"7228face-2a16-4aa5-970a-bdab93f791f9": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"6d2aca65-2bc2-41ba-bcfc-79ebd44481a9": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"20937119-5566-49ad-bc22-b9e1f22a965e": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
},
"3cb0b333-93c3-4497-a0aa-ec1a82b3c6f9": {
"ai_tool": [
[
{
"node": "144d6c97-6939-490c-a926-48a2f8c45f68",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"triggerCount": 0
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
Coda工具MCP服务器
使用🛠️ Coda工具MCP服务器💪 18个操作
Coda Tool
Mcp Trigger
Coda Tool
Mcp Trigger
24 节点David Ashby
人工智能
Google 联系人工具 MCP 服务器
AI 代理管理 🛠️ Google 联系人工具 MCP 服务器 💪 5 项操作
Google Contacts Tool
Mcp Trigger
Google Contacts Tool
Mcp Trigger
8 节点David Ashby
人工智能
Customer.io 工具 MCP 服务器
AI代理驱动的营销 🛠️ Customer.io工具MCP服务器 💪 全部9项操作
Customer Io Tool
Mcp Trigger
Customer Io Tool
Mcp Trigger
15 节点David Ashby
人工智能
Lemlist 工具 MCP 服务器
AI代理可通过此Lemlist工具MCP服务器创建并丰富潜在客户信息
Lemlist Tool
Mcp Trigger
Lemlist Tool
Mcp Trigger
23 节点David Ashby
人工智能
Contentful Tool MCP 服务器
AI代理可通过🛠️ Contentful工具MCP服务器💪检索资产
Contentful Tool
Mcp Trigger
Contentful Tool
Mcp Trigger
14 节点David Ashby
人工智能
AI代理获取收盘市场数据 - Marketstack工具MCP服务器
AI代理通过Marketstack工具MCP服务器获取收盘市场数据
Marketstack Tool
Mcp Trigger
Marketstack Tool
Mcp Trigger
8 节点David Ashby
人工智能
工作流信息
难度等级
高级
节点数量61
分类1
节点类型3
作者
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
外部链接
在 n8n.io 查看 →
分享此工作流