feat: add folder support for workflows (fixes #70)
This commit is contained in:
27
workflows/Paypal/0965_Paypal_Update_Triggered.json
Normal file
27
workflows/Paypal/0965_Paypal_Update_Triggered.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "46",
|
||||
"name": "Receive updates when a billing plan is activated in PayPal",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "PayPal Trigger",
|
||||
"type": "n8n-nodes-base.payPalTrigger",
|
||||
"position": [
|
||||
1130,
|
||||
620
|
||||
],
|
||||
"webhookId": "242a300e-b5a0-45a2-87bc-40def6fe56ef",
|
||||
"parameters": {
|
||||
"events": [
|
||||
"BILLING.PLAN.ACTIVATED"
|
||||
]
|
||||
},
|
||||
"credentials": {
|
||||
"payPalApi": "paypal"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {}
|
||||
}
|
||||
Reference in New Issue
Block a user