v1

latestOpenAPI 3.0.02026-07-244771176.5 KB
Contacts & Lists

Check Progress Of Import

For large lists in excess of 50,000 contacts, it can take some time to process. This request will let you see the progress of the import.

post/add-contacts-bulk-progress.json

Response

Successful response

list_idinteger

ID of the list being checked

status'completed' | 'in progress' | 'failed'

Status of upload

importlengthinteger

Total number of records in file. This count will include invalid numbers.

completedinteger

Number of contacts processed. This gives us an update of all numbers processed, should be equal to importlength when complete.

duplicatesinteger

Number of duplicate contacts excluded from import. Any number that matches an existing contact on the list will not be imported. Only the first record imported is kept.

skippedinteger

Number of rows in the file skipped. This can be caused by blank rows, invalid numbers, or rows with a blank record in the mobile column.

optoutinteger

Number of contacts that were already opted out.

importedinteger

Number of contacts successfully imported.