adding the workflow collection to git
This commit is contained in:
49
workflows/120_Create_a_client_in_Harvest.json
Normal file
49
workflows/120_Create_a_client_in_Harvest.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user