{
	"name": "Pipedrive v2 product search test",
	"nodes": [
		{
			"parameters": {},
			"id": "c1000005-0001-4000-8000-000000000001",
			"name": "When clicking \"Execute Workflow\"",
			"type": "n8n-nodes-base.manualTrigger",
			"typeVersion": 1,
			"position": [0, 0]
		},
		{
			"parameters": {
				"authentication": "apiToken",
				"resource": "product",
				"operation": "search",
				"term": "Test Widget",
				"exactMatch": false,
				"returnAll": false,
				"limit": 100,
				"additionalFields": {}
			},
			"id": "c1000005-0001-4000-8000-000000000002",
			"name": "Pipedrive",
			"type": "n8n-nodes-base.pipedrive",
			"typeVersion": 2,
			"position": [200, 0],
			"credentials": {
				"pipedriveApi": {
					"id": "cred-1",
					"name": "Pipedrive API"
				}
			}
		},
		{
			"parameters": {},
			"id": "c1000005-0001-4000-8000-000000000003",
			"name": "No Operation, do nothing",
			"type": "n8n-nodes-base.noOp",
			"typeVersion": 1,
			"position": [400, 0]
		}
	],
	"pinData": {
		"No Operation, do nothing": [
			{
				"json": {
					"result_score": 0.00136,
					"id": 3,
					"type": "product",
					"name": "Test Widget",
					"code": "TW-001",
					"tax": 20,
					"visible_to": 3,
					"owner": {
						"id": 25455458
					},
					"custom_fields": []
				}
			}
		]
	},
	"connections": {
		"When clicking \"Execute Workflow\"": {
			"main": [[{ "node": "Pipedrive", "type": "main", "index": 0 }]]
		},
		"Pipedrive": {
			"main": [[{ "node": "No Operation, do nothing", "type": "main", "index": 0 }]]
		}
	}
}
