DealPipelines
Organizes deals into pipelines representing various sales stages to track deal progress and forecast revenue.
Table Specific Information
Deal pipelines represent different types of pipelines deals and be placed into to track their progress.
SELECT
When selecting deal pipelines, they can only be filtered by the PipelineId. For example:
SELECT * FROM DealPipelines WHERE PipelineId = 12345
Columns
| Name | Type | References | Description |
| PipelineId [KEY] | String | Unique identifier assigned to the deal pipeline. | |
| PipelineName | String | Name of the deal pipeline as displayed in HubSpot. | |
| IsActive | Boolean | Boolean flag indicating whether the pipeline is currently active. | |
| StagesAggregate | String | Comma-separated list of stages included within the pipeline. |