{
	"name": "Pipedrive v2 activity get test",
	"nodes": [
		{
			"parameters": {},
			"id": "a1a1a1a1-b2b2-c3c3-d4d4-e5e5e5e5e5e5",
			"name": "When clicking \"Execute Workflow\"",
			"type": "n8n-nodes-base.manualTrigger",
			"typeVersion": 1,
			"position": [0, 0]
		},
		{
			"parameters": {
				"authentication": "apiToken",
				"resource": "activity",
				"operation": "get",
				"activityId": 10
			},
			"id": "b2b2b2b2-c3c3-d4d4-e5e5-f6f6f6f6f6f6",
			"name": "Pipedrive",
			"type": "n8n-nodes-base.pipedrive",
			"typeVersion": 2,
			"position": [200, 0],
			"credentials": {
				"pipedriveApi": {
					"id": "cred-1",
					"name": "Pipedrive API"
				}
			}
		},
		{
			"parameters": {},
			"id": "c3c3c3c3-d4d4-e5e5-f6f6-a7a7a7a7a7a7",
			"name": "No Operation, do nothing",
			"type": "n8n-nodes-base.noOp",
			"typeVersion": 1,
			"position": [400, 0]
		}
	],
	"pinData": {
		"No Operation, do nothing": [
			{
				"json": {
					"id": 10,
					"subject": "Call client",
					"type": "call",
					"owner_id": 25455458,
					"creator_user_id": 25455458,
					"is_deleted": false,
					"add_time": "2026-04-01T22:03:27Z",
					"update_time": "2026-04-01T22:03:27Z",
					"deal_id": 8,
					"lead_id": null,
					"person_id": 10,
					"org_id": 7,
					"project_id": null,
					"due_date": "2026-04-01",
					"due_time": null,
					"duration": null,
					"done": false,
					"busy": false,
					"marked_as_done_time": null,
					"location": null,
					"participants": [
						{
							"person_id": 10,
							"primary": true
						}
					],
					"conference_meeting_client": null,
					"conference_meeting_url": null,
					"conference_meeting_id": null,
					"public_description": null,
					"priority": null,
					"note": null
				}
			}
		]
	},
	"connections": {
		"When clicking \"Execute Workflow\"": {
			"main": [[{ "node": "Pipedrive", "type": "main", "index": 0 }]]
		},
		"Pipedrive": {
			"main": [[{ "node": "No Operation, do nothing", "type": "main", "index": 0 }]]
		}
	}
}
