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

CampaignVoiceSendRequest

Campaign voice send request schema

Properties

Name Type Description Notes
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]
scheduleDate OffsetDateTime The date and time [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"