Add a stage to a deal pipeline
Adds a new stage to an existing pipeline. Returns the created stage with its ID (dps_).
Authorizations
API key for authentication. Get yours at app.heffl.com/settings/developers
Path Parameters
Pipeline ID (dpl_ prefix)
Body
Stage name
Display order in the pipeline (lower comes first)
Win probability percentage (0-100). Defaults to 0.
Days a deal can sit in this stage before it is flagged as rotting. Defaults to 0 (disabled).
Stage type. Defaults to ACTIVE. A pipeline must have at least one of each.
ACTIVE, WON, LOST Response
OK
Pipeline stage ID (dps_ prefix)
Stage name
Display order in the pipeline
Win probability percentage
Stage type. Moving a deal to a WON or LOST stage updates deal status.
ACTIVE, WON, LOST