Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.02 KB

AbstractSendVoice.md

File metadata and controls

31 lines (20 loc) · 1.02 KB

AbstractSendVoice

Campaign voice abstract schema

Properties

Name Type Description Notes
listId Integer
segments OSegmentsActionSend
notify List<Integer> Array of IDs of the users to notify [optional]
destinationField DestinationFieldEnum Destination field of this campaign
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"