Opt In Phone Number
| sns_opt_in_phone_number | R Documentation | 
Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to the number¶
Description¶
Use this request to opt in a phone number that is opted out, which enables you to resume sending SMS messages to the number.
You can opt in a phone number only once every 30 days.
Usage¶
sns_opt_in_phone_number(phoneNumber)
Arguments¶
| phoneNumber | [required] The phone number to opt in. Use E.164 format. | 
Value¶
An empty list.
Request syntax¶
svc$opt_in_phone_number(
  phoneNumber = "string"
)