{
	"name": "Pipedrive v2 person create test",
	"nodes": [
		{
			"parameters": {},
			"id": "b1000001-0001-4000-8000-000000000001",
			"name": "When clicking \"Execute Workflow\"",
			"type": "n8n-nodes-base.manualTrigger",
			"typeVersion": 1,
			"position": [0, 0]
		},
		{
			"parameters": {
				"authentication": "apiToken",
				"resource": "person",
				"operation": "create",
				"name": "John Test",
				"additionalFields": {
					"emails": {
						"emailProperties": [
							{
								"value": "john@test.com",
								"primary": true,
								"label": "work"
							}
						]
					},
					"phones": {
						"phoneProperties": [
							{
								"value": "555-0100",
								"primary": true,
								"label": "work"
							}
						]
					},
					"org_id": 7
				}
			},
			"id": "b1000001-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": "b1000001-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": {
					"id": 10,
					"name": "John Test",
					"first_name": "John",
					"last_name": "Test",
					"add_time": "2026-04-01T22:03:26Z",
					"update_time": null,
					"visible_to": 3,
					"custom_fields": {
						"test_number": null,
						"test_enum": null,
						"test_multi": null
					},
					"owner_id": 25455458,
					"label_ids": [],
					"org_id": 7,
					"is_deleted": false,
					"picture_id": null,
					"phones": [
						{
							"label": "work",
							"value": "555-0100",
							"primary": true
						}
					],
					"emails": [
						{
							"label": "work",
							"value": "john@test.com",
							"primary": true
						}
					]
				}
			}
		]
	},
	"connections": {
		"When clicking \"Execute Workflow\"": {
			"main": [[{ "node": "Pipedrive", "type": "main", "index": 0 }]]
		},
		"Pipedrive": {
			"main": [[{ "node": "No Operation, do nothing", "type": "main", "index": 0 }]]
		}
	}
}
