30 minutes to your first activation insight.
Onboardvue connects to the analytics, CRM, and communication tools your product team already runs. If you are already sending events to Segment or Amplitude, your activation funnel is 30 minutes away.
Up and running in three steps
Most product teams have their first activation funnel visible within the same day they sign up.
Drop two lines into your app or point Segment to the Onboardvue destination. Events start flowing immediately.
import { Onboardvue } from '@onboardvue/sdk';
Onboardvue.init('your-workspace-key');
In the Onboardvue UI, map which events count as activation steps. No code needed for this step. Drag-and-drop milestone editor works with any event you are already tracking.
Within 24 hours of your first events flowing, Onboardvue builds your activation funnel, starts scoring users, and shows you exactly where people are dropping off.
Works with your existing stack
Pull existing events into your activation funnel. Zero duplicate tracking required.
Sync behavioral events from Amplitude to power churn prediction scoring.
Complement June's company-level views with Onboardvue's user-level activation data.
Add Onboardvue as a Segment destination and start tracking in under 5 minutes.
Send churn alerts and activation events to any endpoint via HTTP POST.
Sync churn risk scores to contact properties. Route at-risk users to your sales team automatically.
Push activation scores into Salesforce objects. Connect onboarding health to your CRM pipeline.
Trigger Intercom messages from Onboardvue nudge rules. Combine in-app and chat in one workflow.
Get Slack alerts when users hit high churn risk. React in the same channel where your team lives.
For teams who want full control
REST API, custom event schemas, and webhook callbacks. If your product has non-standard events or a complex activation model, the API gives you complete control over what Onboardvue ingests.
// Churn score webhook payload
{
"event": "score.updated",
"user_id": "usr_8k2jf9",
"churn_score": 87,
"risk_level": "high",
"activation_step": 3,
"last_event_at": "2026-06-01T14:32:00Z",
"triggered_nudge": "checklist-reminder-v2"
}
Missing an integration?
Tell us what your stack looks like. We add integrations based on what customers actually use.