AWS SNS SMS
Amazon Simple Notification Service (SNS) is a fully managed messaging service that supports sending SMS messages globally.Configuration
Database Setup
Create a new entry in thenotify_providers table with the following settings:
| Field | Value |
|---|---|
channel_type | 12 (AWS SNS SMS) |
is_enabled | 1 |
Configuration Fields
Access key for AWS instance
Secret access key for AWS
Region of the AWS instance
Request Format
Sample Request Body
Request Fields
Recipient’s phone number in E.164 format
The SMS message content
Dependencies
| Package | Version | Description |
|---|---|---|
| @aws-sdk/client-sns | ^3.855.0 | AWS SDK for JavaScript SNS client |