Update Company
update_companyUpdate company details in Recruit CRM by slug. Provide the company slug and user ID, then change any fields—address, website, custom fields, and more. Returns a summary with the company slug.
Instructions
Updates one existing Recruit CRM company by company_slug. Requires company_slug and updated_by. Resolve user IDs with list_users and custom field IDs with list_custom_fields for entity_type=companies. Returns a compact summary with the company slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City. | |
| logo | No | Logo URL. | |
| state | No | State. | |
| address | No | Full address. | |
| country | No | Country. | |
| No | Twitter/X profile. | ||
| website | No | Website URL. | |
| No | Facebook profile. | ||
| No | LinkedIn profile. | ||
| locality | No | Locality. | |
| owner_id | No | Company owner user ID. | |
| created_by | No | Creating user ID. | |
| updated_by | Yes | Recruit CRM user id updating the company. | |
| industry_id | No | Industry ID. | |
| postal_code | No | Postal code. | |
| company_name | No | Company name. | |
| company_slug | Yes | Slug of the company to update. | |
| about_company | No | Company description. Maximum 5000 characters. | |
| custom_fields | No | Company custom field values. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| action | Yes | ||
| website | Yes | ||
| view_url | Yes | ||
| company_id | Yes | ||
| created_on | Yes | ||
| updated_on | Yes | ||
| company_name | Yes | ||
| company_slug | Yes |