Add a CRM company
add_companyCreate a new company record in the project's CRM by providing a project, name, and optional domain or notes. A unique slug is generated from the name, and the created record is returned.
Instructions
Create a company in the project's CRM (crm/companies/.json). Slug is derived from the name and de-duplicated. Returns the new company record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| notes | No | ||
| domain | No | ||
| project | Yes |