Home
Marketplace
Blog
Discord
Search…
About
What's New?
FAQ
Site Status
Getting Started
Hello World
Variables
Modules
Script Flow
Triggers
Looping / Iteration
Conditionals
Functions
Code Editors
File System
Sharing
Debugging
Feedback and Bug Reporting
Power Users
Test Mode
Library
Triggers
Amazon SNS Trigger
Alexa Trigger
Datadog Trigger
Discord Trigger
Form Trigger
GitHub Trigger
Google Assistant Trigger
Google Sheets Trigger
HTTP Trigger
Salesforce Trigger
Slack Trigger
Text Message Trigger
Time Trigger
Trello Trigger
Weather API Trigger
Logic
Modules
APIs
Python
JavaScript
CLI (alpha release)
Account Management
Updating Your Name, Email, and Username
Changing Your Password
Managing Your Plan
Managing Your API Key
Managing Your Linked Accounts
Phone Number Verification
Two-Factor Authentication
Team Management
Other Information
IP Addresses
Security
Powered By
GitBook
Amazon SNS Trigger
Seamlessly integrate Amazon Simple Notification Service (SNS) with your favorite APIs, databases, and programming languages, using WayScript.
Provides a low-cost infrastructure for the mass delivery of messages
​
âš™
Setup
​
📥
Input your SNS Topic ARN
You will need to sign in to your amazon SNS console and copy the ARN string to the input box
For more information on how to configure Amazon SNS, refer to the link below:
​
https://docs.aws.amazon.com/sns/latest/dg/sns-configuring.html
​
​
📌
Subscribe to the ARN topic with the provided endpoint
​
Get your WayScript API key
​
Your WayScript API key can be found by clicking the settings icon on the left navigation bar.
Copy your endpoint to a new Amazon SNS subscription
​
📤
Output
1
Topic_Notification
=
{
messageID
:
String
,
2
message
:
String
,
3
subject
:
String
,
4
topicArn
:
String
,
5
timestamp
:
String
,
6
signatureVersion
:
String
,
7
signature
:
String
8
signingCertURL
:
String
,
9
unsubscribeURL
:
String
,
}
Copied!
Library - Previous
Triggers
Next
Alexa Trigger
Last modified
1yr ago
Export as PDF
Copy link
Contents
Setup
Input your SNS Topic ARN
Subscribe to the ARN topic with the provided endpoint
Output