Sales 🟡 PREVIEW - CRM Pipeline

Lead to close sales pipeline with kanban board, activity tracking, and forecasting

Sales Interface Screen

Overview

Sales CRM manages the entire sales pipeline from lead generation to deal closure. Track contacts, log activities, forecast revenue, and manage deals through customizable pipeline stages — all powered by AI assistance.


Features

Pipeline

CapabilityDescription
Kanban BoardVisual pipeline with drag-and-drop stages
StagesConfigurable deal stages (Lead, Qualified, Proposal, Negotiation, Won, Lost)
FiltersFilter by rep, value, date, or stage
SortingSort by value, date, probability, or name

Contacts

CapabilityDescription
ManageCreate, edit, and organize contacts
HistoryFull interaction history per contact
SegmentsGroup contacts by criteria
Import/ExportCSV and vCard support

Activities

CapabilityDescription
CallsLog phone calls with notes
EmailsTrack email correspondence
MeetingsSchedule and record meetings
TasksCreate and assign follow-up tasks

Forecast

CapabilityDescription
PredictionsAI-powered revenue predictions
TargetsSet and track sales targets
TrendsVisualize pipeline trends over time
ReportsRevenue and conversion reports

Keyboard Shortcuts

ShortcutAction
Ctrl + POpen pipeline view
Ctrl + CCreate new contact
Ctrl + DCreate new deal
Ctrl + ALog new activity
Ctrl + FSearch pipeline
Ctrl + ROpen forecast
Ctrl + NCreate new task
EscClose current panel

Sales via Chat


API Reference

EndpointMethodDescription
/api/sales/pipelineGETGet full pipeline overview
/api/sales/pipeline/stagesGETList pipeline stages
/api/sales/dealsGETList all deals
/api/sales/dealsPOSTCreate new deal
/api/sales/deals/{id}GETGet deal by ID
/api/sales/deals/{id}PUTUpdate deal
/api/sales/deals/{id}DELETEDelete deal
/api/sales/deals/{id}/stagePUTMove deal to stage
/api/sales/contactsGETList all contacts
/api/sales/contactsPOSTCreate new contact
/api/sales/contacts/{id}GETGet contact by ID
/api/sales/contacts/{id}PUTUpdate contact
/api/sales/activitiesGETList activities
/api/sales/activitiesPOSTLog new activity
/api/sales/forecastGETGet revenue forecast
/api/sales/reportsGETGenerate sales reports