Uses of Class
com.mypurecloud.sdk.v2.model.EmailConfig
Packages that use EmailConfig
-
Uses of EmailConfig in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailConfigModifier and TypeMethodDescriptionEmailConfig.contentTemplate(DomainEntityRef contentTemplate) The content template used to formulate the email to send to the contact.EmailConfig.emailColumns(List<String> emailColumns) The contact list columns specifying the email address(es) of the contact.EmailConfig.fromAddress(FromEmailAddress fromAddress) The email address that will be used as the sender of the email.MessagingCampaign.getEmailConfig()EmailConfig.replyToAddress(ReplyToEmailAddress replyToAddress) The email address from which any reply will be sent.Methods in com.mypurecloud.sdk.v2.model with parameters of type EmailConfigModifier and TypeMethodDescriptionMessagingCampaign.emailConfig(EmailConfig emailConfig) Configuration for this messaging campaign to send Email messages.voidMessagingCampaign.setEmailConfig(EmailConfig emailConfig)