Create an import configuration
Import Configurations
Create an import configuration
Create a configuration describing how to parse and transform an external import file.
POST
Create an import configuration
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
name | Yes | Configuration name |
parser | Yes | xml, headless_csv, csv, edi, txt |
failure_strategy | Yes | skip_resource or abort |
settings | No | Parser settings (e.g. delimiter, EDI separators) |
pre_processors | No | Steps applied before parsing |
automatic_processing_flows | Yes | Flows run automatically per record/row |
manual_processing_flows | No | Reusable flows invoked by other flows |
Processing Model
Files are parsed, optionally pre-processed, then transformed by processing flows. Each flow contains orderedprocessing_actions (e.g. find_resource, build_resource, build_nested_resource) whose configuration is action-specific. See the importing module docs for full action configuration details.Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Import configuration created successfully

