View source: R/pinpointsmsvoice_operations.R
pinpointsmsvoice_send_voice_message | R Documentation |
Create 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.
pinpointsmsvoice_send_voice_message(
CallerId = NULL,
ConfigurationSetName = NULL,
Content = NULL,
DestinationPhoneNumber = NULL,
OriginationPhoneNumber = NULL
)
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 |
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.