View source: R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_update_pool | R Documentation |
Updates the configuration of an existing pool. You can update the opt-out list, enable or disable two-way messaging, change the TwoWayChannelArn
, enable or disable self-managed opt-outs, enable or disable deletion protection, and enable or disable shared routes.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_update_pool/ for full documentation.
pinpointsmsvoicev2_update_pool(
PoolId,
TwoWayEnabled = NULL,
TwoWayChannelArn = NULL,
TwoWayChannelRole = NULL,
SelfManagedOptOutsEnabled = NULL,
OptOutListName = NULL,
SharedRoutesEnabled = NULL,
DeletionProtectionEnabled = NULL
)
PoolId |
[required] The unique identifier of the pool to update. Valid values are either the PoolId or PoolArn. |
TwoWayEnabled |
By default this is set to false. When set to true you can receive incoming text messages from your end recipients. |
TwoWayChannelArn |
The Amazon Resource Name (ARN) of the two way channel. |
TwoWayChannelRole |
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages. |
SelfManagedOptOutsEnabled |
By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out requests. |
OptOutListName |
The OptOutList to associate with the pool. Valid values are either OptOutListName or OptOutListArn. |
SharedRoutesEnabled |
Indicates whether shared routes are enabled for the pool. |
DeletionProtectionEnabled |
When set to true the pool can't be deleted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.