You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,8 @@ class SomeModel {
123
123
-`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;
124
124
-`promotional(bool)`: Sets the delivery type as promotional (default). Optimizes the delivery for lower costs;
125
125
-`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).
127
128
128
129
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).
129
130
It's important to know that the attributes set on the message will override the
0 commit comments