Skip to content

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.

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.

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.

Configured per use: company_id, fields, field, value.

  • company_id
  • updated_fields
  • updated

Auto-generated from the skill registry (load_skills()). Do not edit by hand.