Skip to content

List Companies

Module · Stable

Search and list companies; returns an array for downstream map-steps.

Returns companies matching an optional query string. limit defaults to 50. The companies output is an array usable in a downstream map step.

Use when a workflow needs to operate on a set of companies — for example, to iterate over all accounts matching a domain or name fragment and attach a note or update a deal on each. Feed the companies array directly into a For each step to process each result in turn.

If you already have a company_id and just need to look it up, use Find Company instead — it returns a single record without scanning the list. If you only need data for one specific company and have its name or domain, Find Company is cheaper and more precise.

Configured per use: query, limit.

  • companies
  • count
  • values
  • found

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