Skip to main content
POST
/
v1
/
contact-lists
/
csv
/
{id}
/
reimport
cURL
curl --request POST \
  --url https://client-api.salesfinity.co/v1/contact-lists/csv/{id}/reimport \
  --header 'x-api-key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.salesfinity.ai/llms.txt

Use this file to discover all available pages before exploring further.

Reimports contacts from the source list back into the dialing queue. This replaces the current queue contents with the full source list. Use this to reset a partially-dialed list back to its original state, or to push source changes into the active queue.

Path Parameters

  • id (required, string): Contact list ID.

Response (201)

Returns the updated contact list.

Errors

StatusDescription
404CSV contact list not found

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

201 - application/json

Contacts reimported successfully

The response is of type object.