AppendToCallList
Appends a new task to the existing call list.
This method accepts CSV files with custom delimiters, such a commas (,), semicolons (;) and other. To specify a delimiter, pass it to the delimiter parameter.
Allowed roles: Owner, Admin, Developer, Call list manager.
Authentication
AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value:
```
Authorization: Bearer $VOXIMPLANT_TOKEN
```
See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.
Query parameters
list_id
Call list ID. Required unless list_name is provided.
encoding
Encoding file. The default value is UTF-8
escape
Escape character for parsing csv
delimiter
Separator values. The default value is ’;’
Request
This endpoint expects a multipart form containing a file.
file_content
Send as the request body or multiform
Response
Successful response
result
Whether the request completed successfully
count
Number of stored records
list_id
List ID
batch_id
Batch UUID