Integrations
Connect everything you use
Nexus plugs into your existing stack via 100+ native integrations, webhooks, or our full REST API. No switching tools — just better insight.
- Native integrations
- 100+
- Average setup time
- <1 min
- Apps via Zapier
- 6,000+
- Build your own
- REST API
Integration categories
CRM & Sales
Salesforce
Sync accounts, contacts, and pipeline data.
HubSpot
Two-way CRM sync and deal stage tracking.
Pipedrive
Import leads and activity history automatically.
Intercom
Link support conversations to user analytics.
Analytics & BI
Google Analytics
Blend web traffic with product metrics.
Mixpanel
Pull event streams into unified dashboards.
Segment
Route customer data to and from Nexus.
Looker
Embed Nexus charts inside your Looker reports.
Communication
Slack
Send alerts and digests to any channel.
Microsoft Teams
Post automated reports and notifications.
Gmail
Trigger email sequences from workflow events.
Twilio
SMS alerts for critical threshold breaches.
DevOps & Engineering
GitHub
Correlate deploys with performance changes.
Jira
Auto-create tickets from detected anomalies.
PagerDuty
Route on-call alerts from Nexus monitors.
Datadog
Combine product and infrastructure metrics.
Data & Warehouses
Snowflake
Query your warehouse directly in Nexus.
BigQuery
Run live SQL against your GCP datasets.
Postgres
Connect any Postgres-compatible database.
Zapier
Trigger 6,000+ apps from Nexus automation.
Finance & Payments
Stripe
Revenue analytics synced in real time.
Chargebee
Subscription metrics and churn prediction.
QuickBooks
Align financial data with product usage.
Braintree
Transaction-level revenue attribution.
Don't see yours? Build it.
Our REST API and webhook system let you push data from any source. If you can make an HTTP request, you can integrate with Nexus.
- ✓ Full REST API with OpenAPI docs
- ✓ Inbound & outbound webhooks
- ✓ OAuth 2.0 authentication
- ✓ Rate limits: 10,000 req/min on Pro
- ✓ SDKs for Node.js, Python, and Ruby
// Send an event to Nexus
const res = await fetch(
'https://api.nexus.example.com/v1/events',
{
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
event: 'user_signed_up',
userId: 'usr_123',
properties: {
plan: 'pro',
source: 'organic',
},
}),
}
);
const data = await res.json();
// { ok: true, eventId: 'evt_abc' }Start connecting your stack today
Free plan includes all integrations. No limits on connectors, ever.
Get started — it's free