Boni
Boni
Browse documentation
CRM·reference·Version 2

CRM automation settings

Choose which new conversations create deals, where they start in your workspace pipeline, and who may change those shared settings.

Where it lives

One settings record belongs to each workspace and is edited in CRM → Settings. A workspace that has never opened the page still behaves predictably: unset settings resolve to the defaults below, and saving is what makes them explicit.

Conversation automation

SettingDefaultValuesEffect
EnabledOnOn / OffMaster switch for creating deals from conversations. Off still records conversation references
TriggerFirst messageFirst messageWhich moment in a conversation is considered
DirectionsInbound and outboundInbound, outbound, or bothWhether a conversation the customer started, your team started, or either can create a deal
Inbox scopeAll inboxesAll / only selected / all except selectedWhich inboxes participate
Starting stageNewAny stage in this workspace's pipelineThe stage a created deal opens in
Skip when a deal is already openOnOn / OffPrevents a second deal for a contact who already has one open

Set up or change the available stages in Opportunities and pipeline. CRM shows stage labels your team recognizes and will not save a starting stage that is outside the shared pipeline.

Defaults are chosen so a connected workspace is useful before anyone configures anything, and narrowing is the deliberate act.

Who can change them

CapabilityRequirement
View settingsCRM read access in that workspace
Change settingsCRM write access, and an administrator or manager seat, or an explicit settings-management permission

A member seat can see the rules that govern their pipeline without being able to change them. Every change is recorded with its actor and time.

Reading and writing over the API

OperationEndpoint
Read current settingsGET /v1/crm/settings
Save pipeline or conversation automationPUT /v1/crm/settings

Both are scoped to one organization and workspace, and use the same permissions as the interface. Values are validated rather than trusted: an unknown direction, a non-numeric inbox id, or a stage outside the workspace pipeline is rejected without partially applying the change. See the CRM API for authentication.