Skip to main content

Analytics and Insights

Supersonic provides built-in analytics, customer health scoring, and activity timelines — all accessible through tool calls.

Analytics (4 tools)

ToolDescription
analytics.recordsAggregate records by field — count, sum, avg, group_by
analytics.pipelinePipeline metrics — conversion rates, avg time per stage, velocity
analytics.datalakeAggregate across activities, communications, meetings, documents
analytics.summaryNatural-language summary of workspace data

Example: Pipeline conversion rate

Tool: analytics.pipeline
Params: { "list_id": "pipeline-uuid" }
Returns conversion rates between stages, average deal velocity, and stage distribution.

Example: Revenue by industry

Tool: analytics.records
Params: {
  "object_type_slug": "deal",
  "aggregate": "sum",
  "field": "value",
  "group_by": "industry"
}

Customer 360 (2 tools)

Get a complete picture of any customer — all their deals, contacts, activities, communications, and health score in one call.
ToolDescription
customer360.getFull customer overview: deals, contacts, activities, communications
customer360.healthHealth score based on activity recency and engagement

Timeline (2 tools)

Activity timelines show everything that happened with a record — calls, emails, meetings, notes, field changes.
ToolDescription
timeline.getGet activity timeline for a specific record
timeline.searchSearch across all activities in the workspace