Update Company
Module · Stable
Update one or more fields on a company. Pass a ‘fields’ dict (preferred) or use legacy field/value for a single update. Allowed fields: name, domain, website.
Updates company fields. Preferred: pass a fields dict. Alternatively pass field + value for a single-field update. Returns updated_fields as a list of changed field names.
When to use
Section titled “When to use”Use when you already have a company_id — from Find Company, Create Company, or a preceding loop item — and need to write back one or more fields (name, domain, website). Pass the fields dict for multi-field updates; the updated_fields list flows naturally into a downstream Add Note or Branch.
When not to use
Section titled “When not to use”To create a company that may not exist yet, use Create Company (idempotent on domain). To look up the id first, chain Find Company before this step. To update a contact instead of a company, use Update Contact.
Inputs
Section titled “Inputs”Configured per use: company_id, fields, field, value.
Outputs
Section titled “Outputs”Auto-generated from the skill registry (load_skills()). Do not edit by hand.