Create a pipeline
Create a pipeline for deals, conversations, or tickets. The UI uses the same shape for deal and ticket creation dialogs.
Endpoint
POST/pipelines
Request (deal pipeline with default list filter)
defaultDealStatus in the app is one of: open, won, lost, all.
Request (conversation pipeline)
Request (ticket pipeline)
Response
Returns the created pipeline object including id.
Body fields
| Field | Type | Description |
|---|---|---|
name | String | Display name. |
organization_id | Number | Owning organization. |
type | String | deal, conversation, or ticket. |
config | Object | Optional. Deal pipelines may include defaultDealStatus. |
Report an issue with this documentation
Please log in to report issues with our documentation.