Amazon Simple Notification Service (SNS)

Amazon Simple Notification Service (SNS) is a popular notification service provider, which offers a low-cost infrastructure for the mass delivery of messages.

Actions

  • Create Topic: Create a topic to which notifications can be published

  • Delete Topic: Delete a topic and all its subscriptions

  • List Subscriptions: Retrieve a list of the requester's subscriptions

  • List Topics: Retrieve a list of the requester's topics

  • Publish: Send a message to all endpoints subscribed to a topic.
    Important: TargetArn or TopicArn, along with Message, is required for this action.
  • Subscribe: Subscribe to an endpoint by sending the endpoint a confirmation message

  • Unsubscribe: Delete a subscription

Custom Actions

You can use this connector to create your own custom actions for performing specific tasks. The actions that you create look and work exactly like the other actions do.

Learn more about how to create custom actions.