manage_company_domains
Update company domain lists in Attio CRM by setting, adding, removing, or clearing domains using a company record ID.
Instructions
Manage domains on a company. Supports four operations: "set" (replace all domains), "add" (append new domains), "remove" (delete specific domains), and "clear" (remove all domains).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes | The unique record ID of the company (e.g., from search_companies or get_company) | |
| operation | Yes | Operation to perform: "set" (replace all domains), "add" (append new domains), "remove" (delete specific domains), "clear" (remove all domains) | |
| domains | No | Array of domain names to set, add, or remove. Not required for "clear" operation. |