Skip to main content
POST
Create Contact Import

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

Body

multipart/form-data
name
string
required

Unique name per workspace.

Maximum string length: 255
file
file
required

Required file. Must be CSV, TXT, XLSX, or XLS. Max size 5MB.

contact_groups
integer[] | null

Array of group IDs. Must exist in workspace and be assignable.

Contact group ID.

Response

status
integer
required
Example:

201

message
string
required
Example:

"Resource created successfully."

data
object
required

Created resource data.