> For the complete documentation index, see [llms.txt](https://docs.nlx.ai/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nlx.ai/platform/nlx-platform-guide/integrations/types/channels/aws-end-user-messaging-sms.md).

# AWS End User Messaging SMS

### Integrate AWS End User Messaging SMS

To integrate the *AWS End User Messaging SMS* channel, begin by selecting *Resources* from your workspace menu and choosing *Integrations*:

1. Choose *+ Add integration* > Select *AWS End User Messaging SMS* from the dropdown&#x20;
2. Click the link to deploy the CloudFormation template > You will be directed to AWS and asked to sign into your account&#x20;
3. The Quick create stack page appears with Template, Stack Name, and Parameters information
4. In the *Capabilities* section at the bottom, select the acknowledgment checkbox > click *Create stack*
5. Once the stack is created and deployed, select the *Outputs tab* and under the Key section find the relevant ARNs/additional fields
6. Enter the following into NLX:
   * *Pinpoint Role ARN*
   * *Project ID*: The unique identifier for your Pinpoint application
   * *SNS Role ARN*
   * *SNS Topic ARN*
7. Click *Create integration*

### Next steps

To successfully use your AWS End User Messaging SMS integration with applications created in your workspace, be sure to complete the following:

1. Create or select an existing [Core application](/platform/nlx-platform-guide/ai-applications/setup.md) in your NLX workspace
2. From your app's *Configuration* tab, add your AWS End User Messaging SMS channel under the Delivery section
3. Create an application [build and deploy](/platform/nlx-platform-guide/ai-applications/setup.md#deployment)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nlx.ai/platform/nlx-platform-guide/integrations/types/channels/aws-end-user-messaging-sms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
