Skip to content

Commit 617ba4f

Browse files
authored
Adding instructions to origination number usage
1 parent bd8e23c commit 617ba4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ class SomeModel {
123123
- `body('')`: Accepts a string value for the notification body. Messages with more than 140 characters will be split into multiple messages by SNS without breaking any words;
124124
- `promotional(bool)`: Sets the delivery type as promotional (default). Optimizes the delivery for lower costs;
125125
- `transactional(bool)`: Sets the delivery type as transactional. Optimizes the delivery to achieve the highest reliability (it also costs more);
126-
- `sender(string)`: Up to 11 characters with no spaces, that is displayed as the sender on the receiving device. [Support varies by country](https://docs.aws.amazon.com/sns/latest/dg/sns-supported-regions-countries.html).
126+
- `sender(string)`: Up to 11 characters with no spaces, that is displayed as the sender on the receiving device. [Support varies by country](https://docs.aws.amazon.com/sns/latest/dg/sns-supported-regions-countries.html);
127+
- `originationNumber(string)`: A numeric string that identifies an SMS message sender's phone number. Support may not be available in your country, see the [AWS SNS Origination number docs](https://docs.aws.amazon.com/sns/latest/dg/channels-sms-originating-identities-origination-numbers.html).
127128

128129
More information about the SMS Attributes can be found on the [AWS SNS Docs](https://docs.aws.amazon.com/pt_br/sdk-for-php/v3/developer-guide/sns-examples-sending-sms.html#get-sms-attributes).
129130
It's important to know that the attributes set on the message will override the

0 commit comments

Comments
 (0)