v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14109583546.7 KB

Creates a new RCS message and sends it to a recipient's phone number. RCS messages support rich content including text, files, rich cards, and carousels with interactive suggested actions.

post/#X-Amz-Target=PinpointSMSVoiceV2.SendRcsMessage

Headers

X-Amz-Target'PinpointSMSVoiceV2.SendRcsMessage' required

Request body

DestinationPhoneNumberstring required

The destination phone number in E.164 format.

OriginationIdentitystring required

The origination identity of the message. This can be either the RcsAgentId, RcsAgentArn, PoolId, or PoolArn.

TimeToLiveinteger

The duration in seconds that the RCS message is valid for delivery. If the message cannot be delivered within this duration, it is considered expired. Valid values are 1 to 172800 (48 hours). If a FallbackConfiguration is provided, the fallback is triggered when the duration expires without delivery confirmation.

MessageTrafficTypestring

The traffic type of the RCS message. Valid values are AUTHENTICATION, TRANSACTION, PROMOTION, SERVICE_REQUEST, and ACKNOWLEDGEMENT. This field is reserved for future use.

ProtectConfigurationIdstring

The unique identifier of the protect configuration to use.

ConfigurationSetNamestring

The name of the configuration set to use. This can be either the ConfigurationSetName or ConfigurationSetArn.

MaxPricestring

The maximum amount that you want to spend, in US dollars, per each RCS message.

DryRunboolean

When set to true, the message is checked and validated, but isn't sent to the end recipient.

Contextobject

You can specify custom data in this field. If you do, that data is logged to the event destination.

MessageFeedbackEnabledboolean

Set to true to enable message feedback for the message. When a user receives the message you need to update the message status using <a>PutMessageFeedback</a>.

Response

Success

MessageIdstring

The unique identifier for the message.