Pipelines
Tenant-level sales pipeline catalog management. Pipelines are prospect funnels with user-defined kanban stages and no pricing/proposal concerns. Provides CRUD operations with filtering by archived status, stages, kanban visibility, and search, plus library access for importing pre-built pipelines.
-
GET List PipelinesLists all Pipelines for the given tenant./tenants/{tenant}/pipelines
-
POST Create PipelineCreates a new Pipeline for the specified tenant./tenants/{tenant}/pipelines
-
GET Get PipelineGets a Pipeline for the specified tenant./tenants/{tenant}/pipelines/{code}
-
PUT Update PipelineUpdates a Pipeline for the specified tenant./tenants/{tenant}/pipelines/{code}
-
DELETE Delete PipelineDeletes a Pipeline for the specified tenant./tenants/{tenant}/pipelines/{code}
-
GET List Library PipelinesList all Pipelines available in the library as templates. Use optional 'search' query parameter to filter by Code, Name, or Description./tenants/{tenant}/pipelines/library
-
GET Get Library PipelineGet details of a specific Pipeline template from the library/tenants/{tenant}/pipelines/library/{code}
-
PUT Revert Pipeline to LibraryReverts the Pipeline to the current library template version, overwriting any local edits. The Pipeline's code is preserved so it remains addressable .../tenants/{tenant}/pipelines/{code}/library-version
-
POST Import Pipelines from LibraryImports one or more pipelines from the library, cascading their stages, intake task templates, recurring tasks and referenced workflows into the tenan.../tenants/{tenant}/pipelines/library/import