Set Default Sender Id
pinpointsmsvoicev2_set_default_sender_id | R Documentation |
Sets default sender ID on a configuration set¶
Description¶
Sets default sender ID on a configuration set.
When sending a text message to a destination country that supports sender IDs, the default sender ID on the configuration set specified will be used if no dedicated origination phone numbers or registered sender IDs are available in your account.
Usage¶
pinpointsmsvoicev2_set_default_sender_id(ConfigurationSetName, SenderId)
Arguments¶
ConfigurationSetName |
[required] The configuration set to updated with a new default SenderId. This field can be the ConsigurationSetName or ConfigurationSetArn. |
SenderId |
[required] The current sender ID for the configuration set. When
sending a text message to a destination country which supports
SenderIds, the default sender ID on the configuration set specified on
|
Value¶
A list with the following syntax:
list(
ConfigurationSetArn = "string",
ConfigurationSetName = "string",
SenderId = "string"
)
Request syntax¶
svc$set_default_sender_id(
ConfigurationSetName = "string",
SenderId = "string"
)