{
	"name": "Pipedrive v2 note getAll 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": "note",
				"operation": "getAll",
				"returnAll": false,
				"limit": 2,
				"filters": {}
			},
			"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": 1,
					"user_id": 25455458,
					"deal_id": 1,
					"person_id": 6,
					"org_id": 4,
					"lead_id": null,
					"project_id": null,
					"task_id": null,
					"content": "[Sample] Potential buyer. They're very interested in our solution but can't afford the price. Can we offer them a discount?",
					"add_time": "2026-04-01 19:00:39",
					"update_time": "2026-04-01 19:00:39",
					"active_flag": true,
					"pinned_to_deal_flag": false,
					"pinned_to_person_flag": false,
					"pinned_to_organization_flag": false,
					"pinned_to_lead_flag": false,
					"pinned_to_project_flag": false,
					"pinned_to_task_flag": false,
					"last_update_user_id": null,
					"organization": {
						"name": "[Sample] iTable"
					},
					"person": {
						"name": "[Sample] Otto Miller"
					},
					"deal": {
						"title": "[Sample] iTable"
					},
					"lead": null,
					"user": {
						"email": "kristiyan.nikolov@n8n.io",
						"name": "Kris",
						"icon_url": null,
						"is_you": true
					}
				}
			},
			{
				"json": {
					"id": 2,
					"user_id": 25455458,
					"deal_id": 6,
					"person_id": 3,
					"org_id": null,
					"lead_id": null,
					"project_id": null,
					"task_id": null,
					"content": "[Sample] We need to add specific services, such as maintenance and support for this customer and to prepare a detailed offer.",
					"add_time": "2026-04-01 19:00:39",
					"update_time": "2026-04-01 19:00:39",
					"active_flag": true,
					"pinned_to_deal_flag": false,
					"pinned_to_person_flag": false,
					"pinned_to_organization_flag": false,
					"pinned_to_lead_flag": false,
					"pinned_to_project_flag": false,
					"pinned_to_task_flag": false,
					"last_update_user_id": null,
					"organization": null,
					"person": {
						"name": "[Sample] Githa Watson"
					},
					"deal": {
						"title": "[Sample] Damone"
					},
					"lead": null,
					"user": {
						"email": "kristiyan.nikolov@n8n.io",
						"name": "Kris",
						"icon_url": null,
						"is_you": true
					}
				}
			}
		]
	},
	"connections": {
		"When clicking \"Execute Workflow\"": {
			"main": [[{ "node": "Pipedrive", "type": "main", "index": 0 }]]
		},
		"Pipedrive": {
			"main": [[{ "node": "No Operation, do nothing", "type": "main", "index": 0 }]]
		}
	}
}
