sns_create_sms_sandbox_phone_number {paws.application.integration} | R Documentation |
Adds a destination phone number to an Amazon Web Services account in the SMS sandbox and sends a one-time password (OTP) to that phone number
Description
Adds a destination phone number to an Amazon Web Services account in the SMS sandbox and sends a one-time password (OTP) to that phone number.
See https://www.paws-r-sdk.com/docs/sns_create_sms_sandbox_phone_number/ for full documentation.
Usage
sns_create_sms_sandbox_phone_number(PhoneNumber, LanguageCode = NULL)
Arguments
PhoneNumber |
[required] The destination phone number to verify. On verification, Amazon SNS adds this phone number to the list of verified phone numbers that you can send SMS messages to. |
LanguageCode |
The language to use for sending the OTP. The default value is |
[Package paws.application.integration version 0.6.0 Index]