{
	"name": "Pipedrive v2 lead get test",
	"nodes": [
		{
			"parameters": {},
			"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
			"name": "When clicking \"Execute Workflow\"",
			"type": "n8n-nodes-base.manualTrigger",
			"typeVersion": 1,
			"position": [0, 0]
		},
		{
			"parameters": {
				"authentication": "apiToken",
				"resource": "lead",
				"operation": "get",
				"leadId": "9ce77a10-2e16-11f1-91c1-d76c55e1594b"
			},
			"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
			"name": "Pipedrive",
			"type": "n8n-nodes-base.pipedrive",
			"typeVersion": 2,
			"position": [200, 0],
			"credentials": {
				"pipedriveApi": {
					"id": "cred-1",
					"name": "Pipedrive API"
				}
			}
		},
		{
			"parameters": {},
			"id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
			"name": "No Operation, do nothing",
			"type": "n8n-nodes-base.noOp",
			"typeVersion": 1,
			"position": [400, 0]
		}
	],
	"pinData": {
		"No Operation, do nothing": [
			{
				"json": {
					"id": "9ce77a10-2e16-11f1-91c1-d76c55e1594b",
					"title": "Promising Lead",
					"owner_id": 25455458,
					"creator_id": 25455458,
					"label_ids": [],
					"value": null,
					"expected_close_date": null,
					"person_id": 10,
					"organization_id": 7,
					"is_archived": false,
					"archive_time": null,
					"source_name": "API",
					"source_deal_id": null,
					"origin": "API",
					"origin_id": null,
					"channel": null,
					"channel_id": null,
					"was_seen": false,
					"next_activity_id": null,
					"add_time": "2026-04-01T22:03:28.177Z",
					"update_time": "2026-04-01T22:03:28.177Z",
					"visible_to": "3",
					"cc_email": "added-cauliflower+14712380+lead9aeonoweeh1wbg0z8godmoua3@pipedrivemail.com"
				}
			}
		]
	},
	"connections": {
		"When clicking \"Execute Workflow\"": {
			"main": [[{ "node": "Pipedrive", "type": "main", "index": 0 }]]
		},
		"Pipedrive": {
			"main": [[{ "node": "No Operation, do nothing", "type": "main", "index": 0 }]]
		}
	}
}
