feat: add folder support for workflows (fixes #70)
This commit is contained in:
44
workflows/Manual/0981_Manual_Awssns_Automate_Triggered.json
Normal file
44
workflows/Manual/0981_Manual_Awssns_Automate_Triggered.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
250,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "AWS SNS",
|
||||
"type": "n8n-nodes-base.awsSns",
|
||||
"position": [
|
||||
450,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"topic": "n8n-rocks",
|
||||
"message": "This is a test message",
|
||||
"subject": "This is a test subject"
|
||||
},
|
||||
"credentials": {
|
||||
"aws": "aws"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "AWS SNS",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user