feat: add folder support for workflows (fixes #70)
This commit is contained in:
54
workflows/Manual/1019_Manual_Paddle_Create_Triggered.json
Normal file
54
workflows/Manual/1019_Manual_Paddle_Create_Triggered.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"id": "54",
|
||||
"name": "Create a coupon on Paddle",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
550,
|
||||
260
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Paddle",
|
||||
"type": "n8n-nodes-base.paddle",
|
||||
"position": [
|
||||
750,
|
||||
260
|
||||
],
|
||||
"parameters": {
|
||||
"discountAmount": 2,
|
||||
"additionalFields": {
|
||||
"couponCode": "n8n-docs"
|
||||
}
|
||||
},
|
||||
"credentials": {
|
||||
"paddleApi": "paddle"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"Paddle": {
|
||||
"main": [
|
||||
[]
|
||||
]
|
||||
},
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Paddle",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user