Skip to main content
POST
Import HubSpot Contacts
Safety and behavior notes
  • HTTP 500 and import_in_progress responses can expose delegated error.message text.
  • The import creates Nexor leads and can start outreach. contact_ids runs synchronously, while list and all are queued.
  • Direct REST has no preview or confirmation path. confirm is not a supported REST field.
  • contact_ids has no route-level item limit, so very large synchronous imports can run until a downstream or infrastructure limit fails.

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Body

application/json
contact_ids
(integer | string)[]
Minimum array length: 1
Required range: x >= 0
list_id
all
enum<boolean>
Available options:
true
workflow_id
string<uuid> | null

Response

Successful response.

mode
enum<string>
required
Available options:
contacts
queued
any
required
Available options:
false
success
any
required

Observed top-level response field.

stats
any
required

Observed top-level response field.

Last modified on September 8, 2026