connect_send_outbound_email: Send outbound email for outbound campaigns

View source: R/connect_operations.R

connect_send_outbound_emailR Documentation

Send outbound email for outbound campaigns

Description

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.

Usage

connect_send_outbound_email(
  InstanceId,
  FromEmailAddress,
  DestinationEmailAddress,
  AdditionalRecipients = NULL,
  EmailMessage,
  TrafficType,
  SourceCampaign = NULL,
  ClientToken = NULL
)

Arguments

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.


paws.customer.engagement documentation built on April 4, 2025, 3:34 a.m.