🐛 A few bug fixes

This commit is contained in:
Tanay Pant
2020-07-14 13:59:42 +02:00
parent ee2f20f59b
commit 9667f4f310
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.