mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
* Added CircleCI credentials * Added MessageBird credentials * Added OpenWeatherMap credentials * Added Zoom Credentials * ✨ Added AWS Lambda docs * ✨ Added AWS S3 docs * ✨ Added AWS SES docs * ✨ Added AWS SNS docs * ✨ Added AWS SNS Trigger docs * Added AWS credentials * ✨ Updated AWS credentials * added links to AWS credentials * 🐛 Changes made based on Tanay's feedback |
||
|---|---|---|
| .. | ||
| README.md | ||
| workflow.png | ||
| permalink |
|---|
| /nodes/n8n-nodes-base.awsSnsTrigger |
AWS SNS Trigger
AWS SNS is a notification service provided as part of Amazon Web Services. It provides a low-cost infrastructure for the mass delivery of messages, predominantly to mobile users.
::: tip 🔑 Credentials You can find authentication information for this node here. :::
Example Usage
This workflow allows you to receive updates for events in AWS SNS. You can also find the workflow on the website. This example usage workflow would use the following node.
The final workflow should look like the following image.
1. AWS SNS Trigger node
- First of all, you'll have to enter credentials for the AWS SNS Trigger node. You can find out how to do that here.
- Select the topic you want to listen for in the Topic dropdown list.
- Click on Execute Node to run the workflow.
