# Send SMS (SNS)

The **Send SMS (SNS)** node is  used to utilise AWS SNS(Simple Notification Service) to send text messages/notifications.

### Properties Panel

#### Connect to AWS

<table data-full-width="false"><thead><tr><th>Field</th><th>Description</th><th>Required</th><th data-hidden>Default</th></tr></thead><tbody><tr><td>AWS access key</td><td>Your AWS access key</td><td>true</td><td>_</td></tr><tr><td>AWS access secret</td><td>Your AWS access secret</td><td>true</td><td>_</td></tr><tr><td>Region</td><td>Region where your queue is deployed</td><td>true</td><td>_</td></tr></tbody></table>

#### Parameters

<table data-full-width="false"><thead><tr><th width="112">Field</th><th width="185">Description</th><th width="107">Required</th><th>Format</th><th data-hidden>Default</th></tr></thead><tbody><tr><td>Phone number</td><td>Enter destination phone number</td><td>true</td><td>E.146 [+910123456789]</td><td>_</td></tr></tbody></table>

#### Content

<table data-full-width="false"><thead><tr><th>Field</th><th>Description</th><th>Required</th><th data-hidden>Default</th></tr></thead><tbody><tr><td>Message</td><td>Enter message content</td><td>true</td><td>_</td></tr></tbody></table>

### Returns

This node does not returns any value.


---

# 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://docs.cosmocloud.io/flow-builder/node-types/external-nodes/send-sms-sns.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.
