Create pipeline
Create a new pipeline for a specified object type in your HubSpot account. This endpoint requires a JSON request body with details about the pipeline, including its label, display order, and stages. The operation returns the newly created pipeline’s details upon success.
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 is being created, such as deals or tickets.
Body
An integer indicating the order in which the pipeline appears relative to other pipelines.
A string representing the name or title of the pipeline.
An array of PipelineStageInput objects, each representing a stage within the pipeline.
A string that uniquely identifies the pipeline. This property is optional when creating a new pipeline.
Response
successful operation
A boolean indicating whether the pipeline is archived.
The date and time when the pipeline was created, in ISO 8601 format.
An integer indicating the order in which the pipeline appears relative to other pipelines.
A unique string identifier for the pipeline.
The name or title of the pipeline, represented as a string.
An array of PipelineStage objects that define the stages within this pipeline.
The date and time when the pipeline was last updated, in ISO 8601 format.
The date and time when the pipeline was archived, in ISO 8601 format.