mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
🐛 A few bug fixes
This commit is contained in:
@@ -8,7 +8,7 @@ AWS credentials work with several different nodes. You can find a list of nodes
|
||||
| [AWS SES](../../nodes-library/nodes/AWSSES/README.md) | [Integrations Page](https://n8n.io/integrations/n8n-nodes-base.awsSes) | [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Aws/AwsSes.node.ts) |
|
||||
| [AWS S3](../../nodes-library/nodes/AWSS3/README.md) | [Integrations Page](https://n8n.io/integrations/n8n-nodes-base.awsS3) | [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Aws/S3) |
|
||||
| [AWS SNS](../../nodes-library/nodes/AWSSNS/README.md) | [Integrations Page](https://n8n.io/integrations/n8n-nodes-base.awsSns) | [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Aws/AwsSns.node.ts) |
|
||||
| [AWS SNS Trigger](../../nodes-library/trigger-nodes/AWSSMSTrigger/README.md) | [Integrations Page](https://n8n.io/integrations/n8n-nodes-base.awsSnsTrigger) | [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Aws/AwsSnsTrigger.node.ts) |
|
||||
| [AWS SNS Trigger](../../nodes-library/trigger-nodes/AWSSNSTrigger/README.md) | [Integrations Page](https://n8n.io/integrations/n8n-nodes-base.awsSnsTrigger) | [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Aws/AwsSnsTrigger.node.ts) |
|
||||
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -34,5 +34,5 @@ The start node exists by default when you create a new workflow.
|
||||
2. Enter a subject for your email in the *Subject* field.
|
||||
3. Enter your message in the *Body* field.
|
||||
4. Enter the email address from which you want to send the email in the *From Email* field.
|
||||
5. Click on the 'Add To Email' button and add your recipient email addresses.
|
||||
5. Click on the *Add To Email* button and add your recipient email addresses.
|
||||
6. Click on *Execute Node* to run the workflow.
|
||||
|
||||
Reference in New Issue
Block a user