commit_import
Commit a bulk-import CSV, creating the work hierarchy (customers, projects, tasks, subtasks) in the organization. Call validate_import first to verify the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_content | Yes | The CSV content to import. Must pass validate_import with no errors first. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |