Create a new voice message and send it to a recipient's phone number
Source:R/pinpointsmsvoice_operations.R
pinpointsmsvoice_send_voice_message.RdCreate a new voice message and send it to a recipient's phone number.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoice_send_voice_message/ for full documentation.
Usage
pinpointsmsvoice_send_voice_message(
CallerId = NULL,
ConfigurationSetName = NULL,
Content = NULL,
DestinationPhoneNumber = NULL,
OriginationPhoneNumber = NULL
)Arguments
- CallerId
The phone number that appears on recipients' devices when they receive the message.
- ConfigurationSetName
The name of the configuration set that you want to use to send the message.
- Content
An object that contains a voice message and information about the recipient that you want to send it to.
- DestinationPhoneNumber
The phone number that you want to send the voice message to.
- OriginationPhoneNumber
The phone number that Amazon Pinpoint should use to send the voice message. This isn't necessarily the phone number that appears on recipients' devices when they receive the message, because you can specify a CallerId parameter in the request.