API Docs / Schemas / SalesPipelineSettingsDto

SalesPipelineSettingsDto

Tenant-level settings for the Sales Pipeline feature.

Properties

Name Type Description
isEnabledboolean

Whether the Sales Pipeline feature is enabled for this tenant. When off (the default), the
pipeline UI is hidden and no pipeline automations run. When on, Active Prospects are also
included in the tenant's billable client count (affecting subscription tier and pricing).

Whether the Sales Pipeline feature is enabled for this tenant. When off (the default), the
pipeline UI is hidden and no pipeline automations run. When on, Active Prospects are also
included in the tenant's billable client count (affecting subscription tier and pricing).

JSON Example

{
  "isEnabled": false
}

Used By Operations