CreateCallListRequest
Props
delimiter
delimiter: string
| undefined
Separator values. The default is ';'
encoding
encoding: string
| undefined
Encoding file. The default is UTF-8
escape
escape: string
| undefined
Escape character for parsing csv
fileContent
fileContent: Buffer
Send as "body" part of the HTTP request or as multiform. The sending "file_content" via URL is at its own risk because the network devices tend to drop HTTP requests with large headers
intervalSeconds
intervalSeconds: number
| undefined
Interval between call attempts in seconds. The default is 0
maxSimultaneous
maxSimultaneous: number
Number of simultaneously processed tasks
name
name: string
File name, up to 255 characters and cannot contain the '/' and '\' symbols
numAttempts
numAttempts: number
Number of attempts. Minimum is 1, maximum is 5
priority
priority: number
Call list priority. The value is in the range of [0 … 2^31] where zero is the highest priority
referenceIp
referenceIp: string
| undefined
Specifies the IP from the geolocation of the call list subscribers. It allows selecting the nearest server for serving subscribers
serverLocation
serverLocation: string
| undefined
Specifies the location of the server where the scenario needs to be executed. Has higher priority than reference_ip
. Request getServerLocations for possible values