create_company
Create company accounts in the CRM. Supports batch creation, upsert to update existing records, and idempotency keys to prevent duplicates.
Instructions
Create a company account in the CRM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| upsert | No | Update matching companies instead of erroring. Default false. | |
| companies | Yes | Array of companies to create. Each requires name or domain. | |
| idempotency_key | No | Optional stable key to prevent duplicate company creation on retries. |