Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.26 KB

File metadata and controls

34 lines (22 loc) · 1.26 KB

CampaignVoiceScheduleRequest

Campaign voice schedule request schema

Properties

Name Type Description Notes
scheduleDate OffsetDateTime The date and time [optional]
listId Integer
destinationField DestinationFieldEnum Destination field of this campaign
uniqueContactsOnly Boolean True to send the campaign only to unique contacts [optional]
segments OSegmentsActionSend
notify List<Integer> Array of IDs of the users to notify [optional]
limitContacts OLimitContactsActionSend [optional]
limitHour LimitHourActionSendLimitHour [optional]
limitSpeed Integer Speed limit to send the campaign [optional]

Enum: DestinationFieldEnum

Name Value
PHONE "phone"
CELLPHONE "cellphone"
PHONE_FAILSAFE_CELLPHONE "phone_failsafe_cellphone"
CELLPHONE_FAILSAFE_PHONE "cellphone_failsafe_phone"
CELLPHONE_PHONE "cellphone_phone"