28 integrations. Zero ETL.

Read-only OAuth connections to the CRM, product analytics, billing, and warehouse tools your revenue team already runs. No data engineering, no custom pipelines, no Zapier duct-tape. Scalivo does not require a data engineer to connect — if you can log into Salesforce, you can connect it.

CRM
Salesforce Live
HubSpot Live
Pipedrive Live
Zoho CRM Live
Product Analytics
Mixpanel Live
Amplitude Live
Segment Live
PostHog Live
Heap Live
Billing & Subscription
Stripe Live
Chargebee Live
Recurly Live
Zuora Live
Paddle Live
Data Warehouse
Snowflake Live
BigQuery Live
Redshift Live
dbt Cloud Live
Notifications & Workflow
Slack Live
Microsoft Teams Live
PagerDuty Live
Jira Live

Custom signal ingestion

Not on the list? Use the API.

The Scalivo signal API accepts event streams from any source — internal tools, custom data pipelines, homegrown CRMs. POST any structured event with an account ID, and the model incorporates it as a weighted signal on the next weekly training run. Full REST API with an OpenAPI 3.0 spec. Available on Growth and Scale tiers. Scalivo does not require every signal source to have a pre-built connector — if you can write a POST request, you can add the signal.

Request a new integration
curl
curl -X POST \
  https://api.scaliviq.com/v1/signals \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "account_id": "acct_8f21a4",
  "signal_type": "custom_event",
  "event_name": "report_exported",
  "timestamp": "2026-06-26T14:22:00Z",
  "properties": {
    "export_type": "board_deck",
    "user_role": "cro"
  }
}'

# Response 201
{
  "signal_id": "sig_9k3m...",
  "status": "queued",
  "model_update": "next_weekly_run"
}

Something missing from your stack?

New connectors are added based on customer requests — not a product roadmap committee. If your team runs a tool that should be a signal source, tell us. We prioritize by demand.