Uses of Class
com.mypurecloud.sdk.v2.model.SmsConfig
Packages that use SmsConfig
-
Uses of SmsConfig in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SmsConfigModifier and TypeMethodDescriptionSmsConfig.contentTemplate(DomainEntityRef contentTemplate) The content template used to formulate the message to send to the contact.MessagingCampaign.getSmsConfig()SmsConfig.messageColumn(String messageColumn) The Contact List column specifying the message to send to the contact.SmsConfig.phoneColumn(String phoneColumn) The Contact List column specifying the phone number to send a message to.SmsConfig.senderSmsPhoneNumber(SmsPhoneNumberRef senderSmsPhoneNumber) A reference to the SMS Phone Number that will be used as the sender of a message.Methods in com.mypurecloud.sdk.v2.model with parameters of type SmsConfigModifier and TypeMethodDescriptionvoidMessagingCampaign.setSmsConfig(SmsConfig smsConfig) Configuration for this messaging campaign to send SMS messages.