Skip to main content

Import contacts from file

Imports contacts from a CSV file. The maximum number of contacts is 10,000.

Request Body
  • file binary

    Binary file data

Responses

Returns importing process status

There are two response types:

  • OK
  • WARNING WARNING may arise when duplicates found

Schema
  • status string

    Possible values: [OK, WARNING]

    Import contacts operation status

  • warning object

    Provides information about duplicates in contacts. This field is required when operation status is 'WARNING'

  • info string

    Warning information

  • lines string[]

    Detailed information about warnings

Loading...