Create Stage
Create a new stage within a specified pipeline for a given object type in HubSpot. This endpoint is useful for adding new stages to a pipeline, allowing for more granular tracking and management of objects through different stages of a process.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The type of object for which the pipeline stage is being created, such as deals or tickets.
The unique identifier of the pipeline to which the new stage will be added.
Body
An integer indicating the position of this stage within the pipeline. Lower numbers indicate earlier stages.
The name of the pipeline stage. It is a string that provides a human-readable identifier for the stage.
An object containing additional properties for the stage. Each property is a key-value pair where both key and value are strings.
A string that uniquely identifies the stage within the pipeline.
Response
successful operation
A boolean indicating whether the stage is archived.
The date and time when the stage was created, in ISO 8601 format.
An integer indicating the position of this stage within the pipeline, determining its order relative to other stages.
A unique string identifier for the pipeline stage.
The name or title of the pipeline stage, represented as a string.
An object containing additional metadata for the stage, with string values for each property.
The date and time when the stage was last updated, in ISO 8601 format.
A string indicating the write permissions for the stage. Valid values include 'CRM_PERMISSIONS_ENFORCEMENT', 'READ_ONLY', and 'INTERNAL_ONLY'.
CRM_PERMISSIONS_ENFORCEMENT, INTERNAL_ONLY, READ_ONLY The date and time when the stage was archived, in ISO 8601 format.