Deal
An opportunity in your sales pipeline, sitting in one stage of the deal board.
- archivedType: string | null Format: date-time
_at requiredWhen the deal was archived, or
nullwhile it is active. - assigneeType: integer | null
_member _id requiredTeam member id of the deal owner, or
nullwhen the deal is unassigned. - assigneeType: string | null
_member _name requiredName of the deal owner, or
nullwhen the deal is unassigned. - boardType: string | null Format: uuid
_group _id requiredId of the pipeline stage the deal sits in, or
nullwhen it is not on a board. - closeType: string | null Format: date
_date requiredDate the deal is expected to close, or
nullwhen unset. - companyType: string | null
_name requiredName of the client the deal is with, or
null. - contactType: array integer[]
_ids requiredIds of the contacts attached to the deal.
- currencyType: stringrequired
Three-letter ISO 4217 currency code for
deal_value. - dealType: string
_number requiredHuman-readable deal reference, unique within your account and assigned on creation.
- dealType: string | null
_value requiredWhat the deal is worth, as a decimal string in
currency.nullwhen no value has been set. - idType: integerrequired
Unique identifier for the deal.
- probabilityType: integer | nullrequired
Chance of winning the deal, as a whole percentage from 0 to 100.
nullwhen unset. - statusType: stringrequired
Name of the pipeline stage the deal sits in — the label form of
board_group_id. Stages are configurable per account, so this is free text rather than a fixed set of values, and it is an empty string when the deal is not on a board. - titleType: stringrequired
Deal title.
- urlType: stringrequired
Absolute link to the deal in the Bonsai app. Opens the pipeline with the deal expanded.