Skip to main content

AWS SNS

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.

!!! note "Credentials" You can find authentication information for this node here.

Basic Operations

  • Publish a message to a topic

Example Usage

1. Start node

The start node exists by default when you create a new workflow.

2. AWS SNS node

  1. First of all, you'll have to enter credentials for the AWS SNS node. You can find out how to do that here.
  2. Select the topic in the Topic dropdown list. You can find instructions on how to create a new topic in AWS SNS here.
  3. Enter a subject for your message in the Subject field.
  4. Enter your message in the Message field.
  5. Click on Execute Node to run the workflow.