adding the workflow collection to git
This commit is contained in:
49
workflows/507_workflow_507.json
Normal file
49
workflows/507_workflow_507.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
250,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "AWS SES",
|
||||
"type": "n8n-nodes-base.awsSes",
|
||||
"position": [
|
||||
450,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"body": "This is a sample message body in an email\n",
|
||||
"subject": "n8n Rocks",
|
||||
"fromEmail": "n8n@n8n.io",
|
||||
"toAddresses": [
|
||||
"user@example.com",
|
||||
"user2@example.com"
|
||||
],
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"aws": "aws"
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "AWS SES",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user