smartsuite_create_records
Batch-create multiple records in one call. Preview with dry-run, then confirm to write. Returns created IDs and per-row failures.
Instructions
Batch-create multiple records in one call. Requires readwrite or admin mode. Supports dry-run (default) then confirm. Respects the server batch-size cap (SMARTSUITE_MAX_BATCH_WRITES). Returns created record IDs and any per-row failures. Call smartsuite_describe_application first to learn field slugs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, validate/preview without writing (default true). | |
| confirm | No | Must be true to execute when dryRun is false. | |
| records | Yes | Records to create — each an object of field values keyed by slug. | |
| applicationId | Yes | The application ID |