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

FieldTypeDescription
nameStringDisplay name.
organization_idNumberOwning organization.
typeStringdeal, conversation, or ticket.
configObjectOptional. Deal pipelines may include defaultDealStatus.

Report an issue with this documentation

Please log in to report issues with our documentation.