Skip to main content
post/contacts/import

Import contacts from CSV

LLM
View as Markdown
Open llms.txt

Uploads a CSV file and starts a background contact import. Poll the returned import ID to review completion counts and row-level errors.

Authorization

Scheme

  • bearerAuth

Required scopes

  • contact:create

Allowed roles

  • owner
  • admin
  • agent

Import contacts into the workspace.

Request body

  • Name
    multipart/form-data
    Type
    schema
    Description
    Required body.

Responses

  • 202

    Import initiated

    • application/json ImportContactsResponse
  • default

    Error

    • application/json ProblemDetails