Creates a new RCS agent for sending rich messages through the RCS channel
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_create_rcs_agent.RdCreates a new RCS agent for sending rich messages through the RCS channel. The RCS agent serves as an origination identity for sending RCS messages to your recipients.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_create_rcs_agent/ for full documentation.
Usage
pinpointsmsvoicev2_create_rcs_agent(
DeletionProtectionEnabled = NULL,
OptOutListName = NULL,
Tags = NULL,
ClientToken = NULL
)Arguments
- DeletionProtectionEnabled
By default this is set to false. When set to true the RCS agent can't be deleted. You can change this value using the
update_rcs_agentaction.- OptOutListName
The OptOutList to associate with the RCS agent. Valid values are either OptOutListName or OptOutListArn.
An array of tags (key and value pairs) associated with the RCS agent.
- ClientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.