feat: add folder support for workflows (fixes #70)
This commit is contained in:
20
workflows/Awssns/0984_Awssns_Automate_Triggered.json
Normal file
20
workflows/Awssns/0984_Awssns_Automate_Triggered.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "AWS-SNS-Trigger",
|
||||
"type": "n8n-nodes-base.awsSnsTrigger",
|
||||
"position": [
|
||||
440,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"topic": "arn:aws:sns:ap-south-1:100558637562:n8n-rocks"
|
||||
},
|
||||
"credentials": {
|
||||
"aws": "amudhan-aws"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {}
|
||||
}
|
||||
Reference in New Issue
Block a user