Skip to main content
POST
Create import config

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Body

application/json
name
string
required

The name of the import config. Maximum 200 characters. Example: Delivery Order Import - Flow A

collection
string
required

The collection type for the import. Example: task

referenceType
string
required

The type of reference for this config. Example: flow

referenceId
string
required

The ID of the referenced resource (e.g., flow ID). Use Flow /flows API to get the list of flow IDs. Example: 66a988d53ae08a7ab52867c2

fields
object[]
required

Array of field mapping objects. Each object maps a flow field to an Excel header column. For complex components (bill, list, subpage), include sheet and nested fields.

description
string

Response

Success

status
boolean

Status of response.

data
object

Detail object of created import config.