Bulk-import rows into a Rootr CRM
rootr_crm_importBulk-import CRM records (companies, contacts, or deals) from a spreadsheet or CSV in a single API call, instead of inserting rows one at a time.
Instructions
Bulk-import rows into a Rootr (루터) CRM as companies, contacts, or deals in one call (entity picks which, rows is an array of plain field objects matching that entity's create shape, e.g. the same fields as rootr_crm_upsert_company/_contact/_deal). Use this for migrating a spreadsheet/CSV of leads or accounts instead of calling the upsert tools one row at a time. Part of a Rootr (루터) CRM node: a full sales CRM (companies, contacts with lifecycle stages + auto lead-scoring, multi-pipeline deals/kanban, activity timeline, follow-up tasks), auto-linked into the knowledge graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Array of row objects to import, matching the entity shape | |
| crmId | Yes | CRM node id | |
| entity | Yes | contact | company | deal |