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.
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 integrationcurl -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.