ClockNext: bulk import customers
clocknext_bulk_import_customersBulk-create up to 200 ClockNext customers in a single request for backfilling a user base. Per-row results prevent one bad record from aborting the batch.
Instructions
Bulk-create ClockNext customers in ONE request — for backfilling an existing user base. Pass an array of customers (each needs name + email; up to 200 per call). The whole batch goes to the server in a single call and comes back with a PER-ROW result — created id, or an error — so one duplicate/bad row never aborts the batch. Match results back to your users by email. Runs against a private, MCP-only bulk endpoint (no SDK / public API); for a larger base, call it again in ≤200-row chunks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customers | Yes | The customers to create (name + email required each; ≤200 per call). |