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

49 lines
876 B
JSON

{
"id": "120",
"name": "Create a client in Harvest",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Harvest",
"type": "n8n-nodes-base.harvest",
"position": [
450,
300
],
"parameters": {
"name": "",
"resource": "client",
"operation": "create",
"additionalFields": {}
},
"credentials": {
"harvestApi": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Harvest",
"type": "main",
"index": 0
}
]
]
}
}
}