Pipedriveツール MCPサーバー
上級
これはAI分野の自動化ワークフローで、57個のノードを含みます。主にPipedriveTool, McpTriggerなどのノードを使用、AI技術を活用したスマート自動化を実現。 🛠️ Pipedrive ツール MCP サーバー 💪 全45操作
前提条件
- •AIサービスAPIキー(OpenAI、Anthropicなど)
使用ノード (57)
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "77afPLvPmBDQseFp",
"meta": null,
"name": "Pipedrive Tool MCP Server",
"tags": [],
"nodes": [
{
"id": "92474577-ef9d-495b-974c-4f3541b7f2db",
"name": "ワークフロー概要 0",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1460,
140
],
"parameters": {
"width": 420,
"height": 980,
"content": "## 🛠️ Pipedrive Tool MCP Server\n\n### 📋 Available Operations (45 total)\n\n**Activity**: create, delete, get, get all, update\n**Deal**: create, delete, duplicate, get, get all, search, update\n**Dealactivity**: get all\n**Dealproduct**: add, get all, remove, update\n**File**: create, delete, download, get, update\n**Lead**: create, delete, get, get all, update\n**Note**: create, delete, get, get all, update\n**Organization**: create, delete, get, get all, search, update\n**Person**: create, delete, get, get all, search, update\n**Product**: get all\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure Pipedrive Tool authentication in one tool node then open and close all others.\n2. **🚀 Activate**: Enable this workflow to start your MCP server\n3. **🔗 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **🤖 Connect**: Use MCP URL in your AI agent configurations\n\n### ✨ Ready-to-Use Features\n\n• Zero configuration - all 45 operations pre-built\n• AI agents automatically populate parameters via `$fromAI()` expressions\n• Every resource and operation combination available\n• Native n8n error handling and response formatting\n• Modify parameter defaults in any tool node as needed\n\n### 💬 Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
},
"typeVersion": 1
},
{
"id": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"name": "Pipedrive Tool MCP Server",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-180,
-60
],
"webhookId": "8e59feda-da37-499f-80ab-81549b3d439c",
"parameters": {
"path": "pipedrive-tool-mcp"
},
"typeVersion": 1
},
{
"id": "f21716a6-fe6c-410b-a5da-2e0636cabad1",
"name": "アクティビティ作成",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-800,
140
],
"parameters": {
"done": "={{ $fromAI('Done', ``, 'string') }}",
"type": "={{ $fromAI('Type', ``, 'string') }}",
"subject": "={{ $fromAI('Subject', ``, 'string') }}",
"resource": "activity",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "da80f302-276b-4341-a5df-fe18e55ec408",
"name": "アクティビティ削除",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-580,
140
],
"parameters": {
"resource": "activity",
"operation": "delete",
"activityId": "={{ $fromAI('Activity_Id', ``, 'number') }}"
},
"typeVersion": 1
},
{
"id": "2bc95dd4-0d5f-461e-a5e0-7b82a2556422",
"name": "アクティビティ取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-360,
140
],
"parameters": {
"resource": "activity",
"operation": "get",
"activityId": "={{ $fromAI('Activity_Id', ``, 'number') }}",
"resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "391dbafc-33aa-482e-9b07-5049997ba0da",
"name": "複数アクティビティ取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
140
],
"parameters": {
"resource": "activity",
"operation": "getAll",
"additionalFields": {},
"resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "25de855c-5866-4218-a64f-daea6848eac8",
"name": "アクティビティ更新",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
80,
140
],
"parameters": {
"resource": "activity",
"operation": "update",
"activityId": "={{ $fromAI('Activity_Id', ``, 'number') }}",
"updateFields": {},
"encodeProperties": "={{ $fromAI('Encode_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "8fb0a229-ef15-4626-ac65-3e34b4aedf8c",
"name": "付箋 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
120
],
"parameters": {
"color": 4,
"width": 1280,
"content": "## Activity"
},
"typeVersion": 1
},
{
"id": "ad85ac9e-8fe4-4180-a5ce-cfdccdb6a84b",
"name": "取引作成",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-800,
380
],
"parameters": {
"title": "={{ $fromAI('Title', ``, 'string') }}",
"org_id": "={{ $fromAI('Org_Id', ``, 'number') }}",
"person_id": "={{ $fromAI('Person_Id', ``, 'number') }}",
"associateWith": "={{ $fromAI('Associate_With', ``, 'string') }}",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "f85bf19c-9a0e-4f9c-a2d6-0fa1175ab291",
"name": "取引削除",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-580,
380
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
"operation": "delete"
},
"typeVersion": 1
},
{
"id": "6fe6bff3-84d2-4824-886e-4c65448f33b7",
"name": "取引複製",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-360,
380
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
"operation": "duplicate"
},
"typeVersion": 1
},
{
"id": "7f797836-a6ec-4ef0-9034-f5568ec622aa",
"name": "取引取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
380
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
"operation": "get",
"resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "72106dbb-5bbe-4bb1-b350-807edc237fa9",
"name": "複数取引取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
80,
380
],
"parameters": {
"filters": {},
"operation": "getAll",
"resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "aa36a483-f6c3-4af9-91f8-2c46c151030c",
"name": "取引検索",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
300,
380
],
"parameters": {
"term": "={{ $fromAI('Term', ``, 'string') }}",
"operation": "search",
"exactMatch": "={{ $fromAI('Exact_Match', ``, 'boolean') }}",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "e050982a-07c7-4ce3-90c0-bd1f8e60b68c",
"name": "取引更新",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
520,
380
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'number') }}",
"operation": "update",
"updateFields": {},
"encodeProperties": "={{ $fromAI('Encode_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "e994b0f5-0cc3-4327-a889-663a8339ea29",
"name": "付箋 2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
360
],
"parameters": {
"color": 5,
"width": 1720,
"content": "## Deal"
},
"typeVersion": 1
},
{
"id": "5be372e4-45a7-4e87-b9d8-c98e2f81ef72",
"name": "複数取引アクティビティ取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-800,
620
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'string') }}",
"resource": "dealActivity",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "3ee0eccd-c8ce-45fa-978e-2109c18bffe2",
"name": "付箋 3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
600
],
"parameters": {
"color": 6,
"width": 400,
"content": "## Dealactivity"
},
"typeVersion": 1
},
{
"id": "e1a33673-a330-4270-9176-a0968247cf98",
"name": "取引商品追加",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-800,
860
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'string') }}",
"quantity": "={{ $fromAI('Quantity', ``, 'number') }}",
"resource": "dealProduct",
"productId": "={{ $fromAI('Product_Id', ``, 'string') }}",
"item_price": "={{ $fromAI('Item_Price', ``, 'number') }}",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "ab32422f-3b78-4b6b-b671-10b2008085d1",
"name": "複数取引商品取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-580,
860
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'string') }}",
"resource": "dealProduct",
"operation": "getAll"
},
"typeVersion": 1
},
{
"id": "e74b49c3-9c77-4c1d-bf69-3bd699c82147",
"name": "取引商品削除",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-360,
860
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'string') }}",
"resource": "dealProduct",
"operation": "remove",
"productAttachmentId": "={{ $fromAI('Product_Attachment_Id', ``, 'string') }}"
},
"typeVersion": 1
},
{
"id": "19a95b13-7065-43e0-94d6-d31e1910e28c",
"name": "取引商品更新",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
860
],
"parameters": {
"dealId": "={{ $fromAI('Deal_Id', ``, 'string') }}",
"resource": "dealProduct",
"operation": "update",
"updateFields": {},
"productAttachmentId": "={{ $fromAI('Product_Attachment_Id', ``, 'string') }}"
},
"typeVersion": 1
},
{
"id": "64c18da8-dbb3-4f99-aeca-e68c0bd32873",
"name": "付箋 4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
840
],
"parameters": {
"color": 7,
"width": 1060,
"content": "## Dealproduct"
},
"typeVersion": 1
},
{
"id": "d09f4eb1-74c5-403e-8141-9c3207a68859",
"name": "ファイル作成",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-800,
1100
],
"parameters": {
"resource": "file",
"additionalFields": {},
"binaryPropertyName": "={{ $fromAI('Binary_Property_Name', ``, 'string') }}"
},
"typeVersion": 1
},
{
"id": "74c30c76-c4fe-45b7-aa51-7d911ffd98f4",
"name": "ファイル削除",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-580,
1100
],
"parameters": {
"fileId": "={{ $fromAI('File_Id', ``, 'number') }}",
"resource": "file",
"operation": "delete"
},
"typeVersion": 1
},
{
"id": "04962f6a-118c-4c8b-a521-648f9d3e6f40",
"name": "ファイルダウンロード",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-360,
1100
],
"parameters": {
"fileId": "={{ $fromAI('File_Id', ``, 'number') }}",
"resource": "file",
"operation": "download",
"binaryPropertyName": "={{ $fromAI('Binary_Property_Name', ``, 'string') }}"
},
"typeVersion": 1
},
{
"id": "78cb1fa7-18ac-433f-8280-9cc05d815a25",
"name": "ファイル取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
1100
],
"parameters": {
"fileId": "={{ $fromAI('File_Id', ``, 'number') }}",
"resource": "file",
"operation": "get"
},
"typeVersion": 1
},
{
"id": "c9e64250-8396-468f-8fc1-29f7fb18bff7",
"name": "ファイル詳細更新",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
80,
1100
],
"parameters": {
"fileId": "={{ $fromAI('File_Id', ``, 'number') }}",
"resource": "file",
"operation": "update",
"updateFields": {}
},
"typeVersion": 1
},
{
"id": "f772a897-8aa8-4765-bf58-a14fee7bf2d1",
"name": "付箋 5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
1080
],
"parameters": {
"color": 2,
"width": 1280,
"content": "## File"
},
"typeVersion": 1
},
{
"id": "e3d8e073-8a4d-45a6-abce-fb337b8da927",
"name": "リード作成",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-800,
1340
],
"parameters": {
"title": "={{ $fromAI('Title', ``, 'string') }}",
"resource": "lead",
"person_id": "={{ $fromAI('Person_Id', ``, 'number') }}",
"associateWith": "={{ $fromAI('Associate_With', ``, 'string') }}",
"organization_id": "={{ $fromAI('Organization_Id', ``, 'number') }}",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "f9b2a9e7-e51e-441c-a9d5-ca0862ede10a",
"name": "リード削除",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-580,
1340
],
"parameters": {
"leadId": "={{ $fromAI('Lead_Id', ``, 'string') }}",
"resource": "lead",
"operation": "delete"
},
"typeVersion": 1
},
{
"id": "f6788308-ba46-4235-8e94-8bfcd812610f",
"name": "リード取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-360,
1340
],
"parameters": {
"leadId": "={{ $fromAI('Lead_Id', ``, 'string') }}",
"resource": "lead",
"operation": "get"
},
"typeVersion": 1
},
{
"id": "492d42d9-8d19-4b11-88db-c9101a925415",
"name": "複数リード取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
1340
],
"parameters": {
"filters": {},
"resource": "lead",
"operation": "getAll"
},
"typeVersion": 1
},
{
"id": "8af00273-d844-4675-9f11-94b89ebdebe6",
"name": "リード更新",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
80,
1340
],
"parameters": {
"leadId": "={{ $fromAI('Lead_Id', ``, 'string') }}",
"resource": "lead",
"operation": "update",
"updateFields": {}
},
"typeVersion": 1
},
{
"id": "5dfd9a9f-0796-45a9-8b78-97298ca9323f",
"name": "付箋 6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
1320
],
"parameters": {
"color": 3,
"width": 1280,
"content": "## Lead"
},
"typeVersion": 1
},
{
"id": "02567302-84fc-443b-bf5d-7fd0db772cc8",
"name": "ノート作成",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-800,
1580
],
"parameters": {
"content": "={{ $fromAI('Content', ``, 'string') }}",
"resource": "note",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "459f5a3a-cdff-4ba2-9529-4b9b45f1606d",
"name": "ノート削除",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-580,
1580
],
"parameters": {
"noteId": "={{ $fromAI('Note_Id', ``, 'number') }}",
"resource": "note",
"operation": "delete"
},
"typeVersion": 1
},
{
"id": "bd3a3ed8-cdbb-4a3a-a0dd-58dfcd26f8e7",
"name": "ノート取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-360,
1580
],
"parameters": {
"noteId": "={{ $fromAI('Note_Id', ``, 'number') }}",
"resource": "note",
"operation": "get"
},
"typeVersion": 1
},
{
"id": "9e9bc7f5-5d3f-4287-a0f9-d43f678648a7",
"name": "複数ノート取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
1580
],
"parameters": {
"resource": "note",
"operation": "getAll",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "49a4435f-dec8-4614-ae91-9679795cdaa4",
"name": "ノート更新",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
80,
1580
],
"parameters": {
"noteId": "={{ $fromAI('Note_Id', ``, 'number') }}",
"resource": "note",
"operation": "update",
"updateFields": {}
},
"typeVersion": 1
},
{
"id": "a71b3758-9627-401e-8d98-5d28036fb563",
"name": "付箋 7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
1560
],
"parameters": {
"color": 4,
"width": 1280,
"content": "## Note"
},
"typeVersion": 1
},
{
"id": "275bff60-5d4e-4ad4-b52b-d5ae6f883f9e",
"name": "組織作成",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-800,
1820
],
"parameters": {
"name": "={{ $fromAI('Name', ``, 'string') }}",
"resource": "organization",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "aade8126-f2dc-4d41-b59b-cc4d367702c8",
"name": "組織削除",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-580,
1820
],
"parameters": {
"resource": "organization",
"operation": "delete",
"organizationId": "={{ $fromAI('Organization_Id', ``, 'number') }}"
},
"typeVersion": 1
},
{
"id": "02c20ebd-6de7-4805-a308-d86879c95bd2",
"name": "組織取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-360,
1820
],
"parameters": {
"resource": "organization",
"operation": "get",
"organizationId": "={{ $fromAI('Organization_Id', ``, 'number') }}",
"resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "0e637501-441f-465c-a5aa-e5d3cf0c856b",
"name": "複数組織取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
1820
],
"parameters": {
"filters": {},
"resource": "organization",
"operation": "getAll",
"resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "0b90a66a-fae9-4f6e-9b6f-444cb880c760",
"name": "組織検索",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
80,
1820
],
"parameters": {
"term": "={{ $fromAI('Term', ``, 'string') }}",
"resource": "organization",
"operation": "search",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "9ca8faf7-8725-4b66-909d-977b25c11150",
"name": "組織更新",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
300,
1820
],
"parameters": {
"resource": "organization",
"operation": "update",
"updateFields": {},
"organizationId": "={{ $fromAI('Organization_Id', ``, 'number') }}",
"encodeProperties": "={{ $fromAI('Encode_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "6b778149-f6f7-4007-9c8d-8d66a32d5806",
"name": "付箋 8",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
1800
],
"parameters": {
"color": 5,
"width": 1500,
"content": "## Organization"
},
"typeVersion": 1
},
{
"id": "02f65e90-1c0a-4e13-bc42-d1ce99c88f94",
"name": "人物作成",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-800,
2060
],
"parameters": {
"name": "={{ $fromAI('Name', ``, 'string') }}",
"resource": "person",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "576445f2-a052-4613-a6e7-7359520187ab",
"name": "人物削除",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-580,
2060
],
"parameters": {
"personId": "={{ $fromAI('Person_Id', ``, 'number') }}",
"resource": "person",
"operation": "delete"
},
"typeVersion": 1
},
{
"id": "5544b2f9-2a62-4b2f-bed5-78c5816d3216",
"name": "人物取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-360,
2060
],
"parameters": {
"personId": "={{ $fromAI('Person_Id', ``, 'number') }}",
"resource": "person",
"operation": "get",
"resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "279ca763-b1f9-4006-927d-fbe886e171e1",
"name": "複数人物取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
2060
],
"parameters": {
"resource": "person",
"operation": "getAll",
"additionalFields": {},
"resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "6b961304-ec7d-4dda-acca-f936e653858d",
"name": "人物検索",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
80,
2060
],
"parameters": {
"term": "={{ $fromAI('Term', ``, 'string') }}",
"resource": "person",
"operation": "search",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "3a5a921d-8138-4cef-a6ff-eedb2c3d1dab",
"name": "人物更新",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
300,
2060
],
"parameters": {
"personId": "={{ $fromAI('Person_Id', ``, 'number') }}",
"resource": "person",
"operation": "update",
"updateFields": {},
"encodeProperties": "={{ $fromAI('Encode_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "f52adf64-76da-42dc-b7ef-d4baab5c5473",
"name": "付箋 9",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
2040
],
"parameters": {
"color": 6,
"width": 1500,
"content": "## Person"
},
"typeVersion": 1
},
{
"id": "e4b63e21-3b1c-43e9-b148-773d5c4c4427",
"name": "複数商品取得",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
620
],
"parameters": {
"resource": "product",
"resolveProperties": "={{ $fromAI('Resolve_Properties', ``, 'boolean') }}"
},
"typeVersion": 1
},
{
"id": "25496b4f-ab36-4d99-a1cb-8f42d40a8b1a",
"name": "付箋 10",
"type": "n8n-nodes-base.stickyNote",
"position": [
-340,
600
],
"parameters": {
"color": 7,
"width": 400,
"content": "## Product"
},
"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-21T09:23:22.551Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-06-21T09:23:22.551Z",
"workflowId": "77afPLvPmBDQseFp"
}
],
"pinData": {},
"settings": {
"timezone": "America/New_York"
},
"createdAt": "2025-06-21T09:23:22.550Z",
"updatedAt": "2025-06-21T09:24:24.000Z",
"versionId": "1fbc1f47-8d0c-4a89-9041-699ec4dfef1d",
"isArchived": false,
"staticData": null,
"connections": {
"7f797836-a6ec-4ef0-9034-f5568ec622aa": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"78cb1fa7-18ac-433f-8280-9cc05d815a25": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"f6788308-ba46-4235-8e94-8bfcd812610f": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"bd3a3ed8-cdbb-4a3a-a0dd-58dfcd26f8e7": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"5544b2f9-2a62-4b2f-bed5-78c5816d3216": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"ad85ac9e-8fe4-4180-a5ce-cfdccdb6a84b": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"d09f4eb1-74c5-403e-8141-9c3207a68859": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"e3d8e073-8a4d-45a6-abce-fb337b8da927": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"02567302-84fc-443b-bf5d-7fd0db772cc8": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"f85bf19c-9a0e-4f9c-a2d6-0fa1175ab291": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"74c30c76-c4fe-45b7-aa51-7d911ffd98f4": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"f9b2a9e7-e51e-441c-a9d5-ca0862ede10a": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"459f5a3a-cdff-4ba2-9529-4b9b45f1606d": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"aa36a483-f6c3-4af9-91f8-2c46c151030c": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"e050982a-07c7-4ce3-90c0-bd1f8e60b68c": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"8af00273-d844-4675-9f11-94b89ebdebe6": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"49a4435f-dec8-4614-ae91-9679795cdaa4": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"72106dbb-5bbe-4bb1-b350-807edc237fa9": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"492d42d9-8d19-4b11-88db-c9101a925415": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"9e9bc7f5-5d3f-4287-a0f9-d43f678648a7": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"02f65e90-1c0a-4e13-bc42-d1ce99c88f94": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"576445f2-a052-4613-a6e7-7359520187ab": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"04962f6a-118c-4c8b-a521-648f9d3e6f40": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"2bc95dd4-0d5f-461e-a5e0-7b82a2556422": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"279ca763-b1f9-4006-927d-fbe886e171e1": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"6b961304-ec7d-4dda-acca-f936e653858d": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"3a5a921d-8138-4cef-a6ff-eedb2c3d1dab": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"6fe6bff3-84d2-4824-886e-4c65448f33b7": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"e4b63e21-3b1c-43e9-b148-773d5c4c4427": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"e1a33673-a330-4270-9176-a0968247cf98": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"f21716a6-fe6c-410b-a5da-2e0636cabad1": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"da80f302-276b-4341-a5df-fe18e55ec408": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"25de855c-5866-4218-a64f-daea6848eac8": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"02c20ebd-6de7-4805-a308-d86879c95bd2": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"391dbafc-33aa-482e-9b07-5049997ba0da": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"e74b49c3-9c77-4c1d-bf69-3bd699c82147": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"19a95b13-7065-43e0-94d6-d31e1910e28c": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"275bff60-5d4e-4ad4-b52b-d5ae6f883f9e": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"aade8126-f2dc-4d41-b59b-cc4d367702c8": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"ab32422f-3b78-4b6b-b671-10b2008085d1": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"0e637501-441f-465c-a5aa-e5d3cf0c856b": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"0b90a66a-fae9-4f6e-9b6f-444cb880c760": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"9ca8faf7-8725-4b66-909d-977b25c11150": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"5be372e4-45a7-4e87-b9d8-c98e2f81ef72": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"type": "ai_tool",
"index": 0
}
]
]
},
"c9e64250-8396-468f-8fc1-29f7fb18bff7": {
"ai_tool": [
[
{
"node": "69b38b78-5588-4bca-83dc-ea046c75b3e8",
"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 Contactsツール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 ツール 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
人工知能
ワークフロー情報
難易度
上級
ノード数57
カテゴリー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で表示 →
このワークフローを共有