Find Deal
Module · Stable
Fetch a deal by ID or by (company_id + name).
Fetches a deal by deal_id (fast path) or by the combination of company_id + name when the ID is not yet known. Returns found: true/false plus all deal fields.
When to use
Section titled “When to use”Use when a deal_id arrives from an upstream step (e.g. a webhook payload or Create Deal) and you need its current stage, value, or owner before deciding what to do next — for example to branch on stage_id or feed value_amount into a Format step.
When not to use
Section titled “When not to use”To scan or iterate over multiple deals, use List Deals — it returns an array you can loop with For each. To move a deal to a new stage, use Move Deal Stage directly without looking the deal up first if you already hold the deal_id.
Inputs
Section titled “Inputs”Configured per use: deal_id, company_id, name.
Outputs
Section titled “Outputs”valuecountambiguousalternativesdeal_idnamecompany_idstage_idvalue_amountvalue_currencyvalue_amount_mainowner_actor_idclosed_atfound
Auto-generated from the skill registry (load_skills()). Do not edit by hand.