
Pipedrive Tool MCP Server
説明
Categories
🤖 AI & Machine Learning
Nodes Used
n8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNote
Price無料
Views0
最終更新11/28/2025
workflow.json
{
"id": "77afPLvPmBDQseFp",
"meta": null,
"name": "Pipedrive Tool MCP Server",
"tags": [],
"nodes": [
{
"id": "92474577-ef9d-495b-974c-4f3541b7f2db",
"name": "Workflow Overview 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": "Create an activity",
"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": "Delete an activity",
"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": "Get an activity",
"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": "Get many activities",
"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": "Update an activity",
"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": "Sticky Note 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": "Create a deal",
"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": "Delete a deal",
"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": "Duplicate a deal",
"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": "Get a deal",
"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": "Get many deals",
"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": "Search a deal",
"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": "Update a deal",
"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": "Sticky Note 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": "Get many deal activities",
"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": "Sticky Note 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": "Add a deal product",
"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": "Get many deal products",
"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": "Remove a deal product",
"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": "Update a deal product",
"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": "Sticky Note 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": "Create a file",
"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": "Delete a file",
"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": "Download a file",
"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": "Get a file",
"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": "update details of a file",
"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": "Sticky Note 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": "Create a lead",
"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": "Delete a lead",
"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": "Get a lead",
"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": "Get many leads",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
1340
],
"parameters": {
"filters": {},
"resource": "lead",
"operation": "getAll"
},
"typeVersion": 1
},
{
"id": "8af00273-d844-4675-9f11-94b89ebdebe6",
"name": "Update a lead",
"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": "Sticky Note 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": "Create a note",
"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": "Delete a note",
"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": "Get a note",
"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": "Get many notes",
"type": "n8n-nodes-base.pipedriveTool",
"position": [
-140,
1580
],
"parameters": {
"resource": "note",
"operation": "getAll",
"additionalFields": {}
},
"typeVersion": 1
},
{
"id": "49a4435f-dec8-4614-ae91-9679795cdaa4",
"name": "Update a note",
"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": "Sticky Note 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": "Create an organization",
"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": "Delete an organization",
"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": "Get an organization",
"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": "Get many organizations",
"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": "Search an organization",
"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": "Update an organization",
"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": "Sticky Note 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": "Create a person",
"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": "Delete a person",
"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": "Get a person",
"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": "Get many people",
"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": "Search a person",
"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": "Update a person",
"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": "Sticky Note 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": "Get many products",
"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": "Sticky Note 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 <[email protected]>",
"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": "[email protected]",
"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": {
"Get a deal": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a file": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a lead": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a note": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get a person": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Create a deal": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Create a file": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Create a lead": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Create a note": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Delete a deal": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Delete a file": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Delete a lead": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Delete a note": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Search a deal": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Update a deal": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Update a lead": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Update a note": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many deals": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many leads": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many notes": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Create a person": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Delete a person": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Download a file": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get an activity": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many people": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Search a person": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Update a person": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Duplicate a deal": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many products": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Add a deal product": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Create an activity": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Delete an activity": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Update an activity": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get an organization": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many activities": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Remove a deal product": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Update a deal product": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Create an organization": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Delete an organization": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many deal products": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many organizations": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Search an organization": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Update an organization": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"Get many deal activities": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
},
"update details of a file": {
"ai_tool": [
[
{
"node": "Pipedrive Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"triggerCount": 0
}