Initiates a flow to send an agent reply or outbound email contact (created from the CreateContact API) to a customer
Source:R/connect_operations.R
connect_start_outbound_email_contact.RdInitiates a flow to send an agent reply or outbound email contact (created from the CreateContact API) to a customer.
See https://www.paws-r-sdk.com/docs/connect_start_outbound_email_contact/ for full documentation.
Usage
connect_start_outbound_email_contact(
InstanceId,
ContactId,
FromEmailAddress = NULL,
DestinationEmailAddress,
AdditionalRecipients = NULL,
EmailMessage,
ClientToken = NULL
)Arguments
- InstanceId
[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- ContactId
[required] The identifier of the contact in this instance of Connect Customer.
- FromEmailAddress
The email address associated with the Connect Customer instance.
- DestinationEmailAddress
[required] The email address of the customer.
- AdditionalRecipients
The additional recipients address of email in CC.
- EmailMessage
[required] The email message body to be sent to the newly created email.
- 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.