# Amazon SNS Notification Channel

### How do Amazon SNS notification channels work?

In order to create an Amazon SNS notification channel on Resmo, you need to permit the Resmo AWS account to send new notifications using the cloud formation template. (More information can be found in the [setup steps](#how-to-set-up-a-pagerduty-notification-channel).) Once you copy and paste the created SNS topic's ARN on the related Resmo field, you can start using your notification channel.

### How to set up an Amazon SNS notification channel

1. Login to your Resmo account and Settings>Notification Channels.

![](/files/5rsMoenbekcTAOOzYTb1)

2\. Then, click the Add Notification Channels button.

![](/files/ylPV4w6kY5m2Ud9ako4i)

3\. Click Add for Amazon SNS. Next, name your notification channel.

![](/files/6L0h5ejFcxRU8kbdX9xF)

4\. Give permission to the Resmo AWS account to publish new notifications using the cloud formation template. [Launch Stack](https://console.aws.amazon.com/cloudformation/home#/stacks/create/review?templateURL=https://resmo-downloads.s3.us-west-2.amazonaws.com/public/sns-channel-cloudformation-template.json\&param_AWSAccount=512995177166).&#x20;

5\. Copy the created SNS Topic's ARN and paste it to the related field on the notification channel setup page.

6\. Click Create.

**Note:** You can manage created notification channels from the Notification Channels panel.

### How to delete an Amazon SNS notification channel

1. Login to your Resmo account and navigate to Settings>Notification Channels.
2. Select the Amazon SNS notification channel you wish to remove.
3. Click Delete from the top right corner to permanently remove the selected notification channel.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://resmocom.gitbook.io/product/notifications/amazon-sns-notification-channel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
