update_company
Update a company's profile in OutreachPilot by supplying its ID, and change fields such as name, industry, size, domain, and custom context.
Instructions
Update an existing company's fields. You must provide the company_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated company name. | |
| size | No | Updated company size (e.g. '10-50', '500+'). | |
| domain | No | Updated company domain (e.g. 'stripe.com'). | |
| context | No | Custom metadata to merge into the company's context. | |
| industry | No | Updated industry. | |
| confirmed | No | Must be true to update the company. | |
| company_id | Yes | ID of the company to update. | |
| idempotency_key | No | Optional stable key to prevent duplicate company updates on retries. |