Opportunity stage object

Opportunity Stages are used to track the progress of opportunities.

🚧

Opportunity stages are only available in the pro plan and require the pipeline feature to be turned on in your workspace.

Example

{
  "id": "0fed94b3-c5f7-40a4-9bd6-9d15c45f739d",
  "name": "Closed Won",
  "description": "The opportunity has been successfully closed and converted into a customer.",
  "probability": 1,
  "statusId": "won",
  "isActive": true,
  "createdAt": "2024-07-26T22:05:08.668Z"
}

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the opportunity stage.
descriptionstringThe description of the opportunity stage.
probabilitynumberPercentage chance of the opportunity progressing to a successful conclusion.
statusIdstringUnique identifier for the current state of the opportunity. Can be one of open, won or lost.
isActivebooleanA flag to indicate if the opportunity stage is active in the system.
createdAttimestampThe timestamp when the object was created.