update_company
Modify company settings including name, time zone, and feature toggles. Leave fields unchanged by passing null. Requires company_id.
Instructions
Update mutable settings on a company. Pass None to leave unchanged.
Empty-string name / time_zone are rejected (almost always a mistake).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | ||
| name | No | ||
| time_zone | No | ||
| callscore_enabled | No | ||
| lead_scoring_enabled | No | ||
| swap_exclude_jquery | No | ||
| callscribe_enabled | No | ||
| keyword_spotting_enabled | No | ||
| form_capture | No | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |