adding the workflow collection to git
This commit is contained in:
49
workflows/128_Create_a_company_in_Salesmate.json
Normal file
49
workflows/128_Create_a_company_in_Salesmate.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"id": "128",
|
||||
"name": "Create a company in Salesmate",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
250,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Salesmate",
|
||||
"type": "n8n-nodes-base.salesmate",
|
||||
"position": [
|
||||
450,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"name": "",
|
||||
"owner": "",
|
||||
"resource": "company",
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"salesmateApi": ""
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Salesmate",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user