List Deals
Module · Stable
List deals filtered by stage kind, stage, company, or owner.
Lists deals with optional filters: stage_kind (‘open’, ‘won’, ‘lost’), stage_id, company_id, or owner_actor_id. limit defaults to 50. Returns a deals array suitable for map steps and a count for quick totals.
When to use
Section titled “When to use”Use when you need a filtered set of deals to drive downstream logic — for example, after Find Company produces a company_id, feed it here to retrieve all open deals for that company, then pass the deals array into a For each loop to process or report on each one.
When not to use
Section titled “When not to use”To look up a single deal by its ID or by company + name, use Find Deal — it returns one record directly. To create a new deal, use Create Deal. To move a deal through the pipeline, use Move Deal Stage.
Inputs
Section titled “Inputs”Configured per use: stage_kind, stage_id, company_id, owner_actor_id, limit.
Outputs
Section titled “Outputs”Auto-generated from the skill registry (load_skills()). Do not edit by hand.