feat: add folder support for workflows (fixes #70)
This commit is contained in:
109
workflows/Manual/1205_Manual_Tapfiliate_Automate_Triggered.json
Normal file
109
workflows/Manual/1205_Manual_Tapfiliate_Automate_Triggered.json
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Tapfiliate2",
|
||||
"type": "n8n-nodes-base.tapfiliate",
|
||||
"position": [
|
||||
870,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"resource": "programAffiliate",
|
||||
"programId": "testing-program-5",
|
||||
"affiliateId": "={{$node[\"Tapfiliate\"].json[\"id\"]}}",
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"tapfiliateApi": "Tapfiliate API credentials"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Tapfiliate1",
|
||||
"type": "n8n-nodes-base.tapfiliate",
|
||||
"position": [
|
||||
670,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"resource": "affiliateMetadata",
|
||||
"metadataUi": {
|
||||
"metadataValues": [
|
||||
{
|
||||
"key": "tag",
|
||||
"value": "n8n"
|
||||
}
|
||||
]
|
||||
},
|
||||
"affiliateId": "={{$json[\"id\"]}}"
|
||||
},
|
||||
"credentials": {
|
||||
"tapfiliateApi": "Tapfiliate API credentials"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Tapfiliate",
|
||||
"type": "n8n-nodes-base.tapfiliate",
|
||||
"position": [
|
||||
470,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"email": "n8ndocsburner@gmail.com",
|
||||
"lastname": "Ryan",
|
||||
"firstname": "Jack",
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"tapfiliateApi": "Tapfiliate API credentials"
|
||||
},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
270,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Tapfiliate": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Tapfiliate1",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Tapfiliate1": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Tapfiliate2",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Tapfiliate",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user