Skip to main content

Import contacts from file

Imports contacts from csv file

  • Maximum available contacts to add is 10000
Request Body required
  • file binary
Responses

Returns importing process status

There is two response types:

  • OK
  • WARNING WARNING may arise when duplicates found

Schema
  • status string

    Possible values: [OK, WARNING]

  • warning object

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

  • info string
  • lines string[]
Loading...