n8n-workflows/workflows/113_Create_an_deal_in_Pipedrive.json
2025-05-14 11:58:29 +03:00

47 lines
825 B
JSON

{
"id": "113",
"name": "Create an deal in Pipedrive",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Pipedrive",
"type": "n8n-nodes-base.pipedrive",
"position": [
450,
300
],
"parameters": {
"title": "",
"additionalFields": {}
},
"credentials": {
"pipedriveApi": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Pipedrive",
"type": "main",
"index": 0
}
]
]
}
}
}