API Docs / Schemas / UpdateSalesPipelineSettingsRequest

UpdateSalesPipelineSettingsRequest

Request to update the tenant's Sales Pipeline settings.

Properties

Name Type Description
isEnabledboolean

Whether the Sales Pipeline feature is enabled for this tenant. Enabling it reveals the
pipeline UI, runs pipeline automations for Active Prospects, and includes Active Prospects
in the tenant's billable client count.

Whether the Sales Pipeline feature is enabled for this tenant. Enabling it reveals the
pipeline UI, runs pipeline automations for Active Prospects, and includes Active Prospects
in the tenant's billable client count.

JSON Example

{
  "isEnabled": false
}

Used By Operations