Campaign voice abstract schema
| 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] |
| Name | Value |
|---|---|
| PHONE | "phone" |
| CELLPHONE | "cellphone" |
| PHONE_FAILSAFE_CELLPHONE | "phone_failsafe_cellphone" |
| CELLPHONE_FAILSAFE_PHONE | "cellphone_failsafe_phone" |
| CELLPHONE_PHONE | "cellphone_phone" |