Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.17 KB

File metadata and controls

33 lines (21 loc) · 1.17 KB

AbstractSendVoice

Campaign voice abstract 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]

Enum: DestinationFieldEnum

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