create_company
Add a new company to Attio CRM by providing the company name. Optionally include domains, description, and LinkedIn URL to create a detailed company record.
Instructions
Create a new company in Attio CRM. Only the company name is required. Optionally provide domains, description, and LinkedIn URL. Returns the created company record including the new record_id.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Company name (required) | |
| domains | No | Company domain names (e.g., ["example.com", "example.io"]) | |
| description | No | Company description or notes | |
| No | LinkedIn URL (e.g., "https://linkedin.com/company/example") |