View source: R/connect_operations.R
connect_send_outbound_email | R Documentation |
Send outbound email for outbound campaigns. For more information about outbound campaigns, see Set up Amazon Connect outbound campaigns.
See https://www.paws-r-sdk.com/docs/connect_send_outbound_email/ for full documentation.
connect_send_outbound_email(
InstanceId,
FromEmailAddress,
DestinationEmailAddress,
AdditionalRecipients = NULL,
EmailMessage,
TrafficType,
SourceCampaign = NULL,
ClientToken = NULL
)
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
FromEmailAddress |
[required] The email address to be used for sending email. |
DestinationEmailAddress |
[required] The email address to send the email to. |
AdditionalRecipients |
The additional recipients address of the email in CC. |
EmailMessage |
[required] The email message body to be sent to the newly created email. |
TrafficType |
[required] Denotes the class of traffic. |
SourceCampaign |
A Campaign object need for Campaign traffic type. |
ClientToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.