Bulk Import

Import contacts from CSV

Manage contact import jobs

Import contacts

post

Import contacts in bulk with support for custom fields and list management. Existing contacts with matching email addresses will be updated automatically. You can import up to 50,000 contacts per request. The import process runs asynchronously - use the returned import ID to check the status and results.

Authorizations
Api-TokenstringRequired

Pass the API token in the Api-Token

Path parameters
account_idinteger · int64 · min: 1Required

Unique account ID

Example: 3229
Body
Responses
post
/api/accounts/{account_id}/contacts/imports

Get Contact Import

get

Get Contact Import

Authorizations
Api-TokenstringRequired

Pass the API token in the Api-Token

Path parameters
account_idinteger · int64 · min: 1Required

Unique account ID

Example: 3229
import_idinteger · int64Required

Unique Contact Import ID

Example: 3229
Responses
200

OK.

application/json
get
/api/accounts/{account_id}/contacts/imports/{import_id}

Last updated

Was this helpful?