The pipeline, connector by connector.
Each integration is a typed module with verified webhook signatures, conflict-aware sync, and a clear failure mode. Status reflects what ships in the codebase today.
Housecall Pro
LIVETwo-way sync for customers and jobs. Webhook receiver wired for real-time updates.
- Customers · pull + push
- Jobs · pull, conflict-aware
- Estimates · push to HCP
- Webhooks (HMAC SHA-256)
ServiceTitan
BETAClient-credentials auth, no end-user OAuth required. Customer pull is first; jobs follow.
- Customer pull (client-credentials)
- OAuth refresh scheduled
- Conflict queue + per-field SoT
QuickBooks Online
LIVEFull bidirectional sync for customers and invoices. Per-field source-of-truth on tax, total, and customer fields.
- Customer push + delta pull
- Invoice push w/ TxnTaxDetail
- Hourly delta cron
- Webhook receiver (signed)
Stripe
LIVEConnect Express per-company onboarding. Card / ACH / Apple Pay / Google Pay all auto-enabled at the portal.
- Stripe Connect Express
- Cards · ACH · wallets
- Webhook signature verified
- Receipt + invoice-paid events
Plaid
LIVEBank feeds, link a checking account and Crewsteer ingests transactions for reconciliation.
- Link token + public-token exchange
- Cursor-based transaction sync
- JWT (ES256) webhook verification
- Auto-categorization rules
Telnyx
LIVEPrimary SMS provider, better US pricing than Twilio. 10DLC compliant, messaging profiles supported.
- 10DLC-ready
- Messaging profile routing
- Receipt + estimate-sent SMS
Twilio
LIVEFallback SMS provider. Auto-detected when Telnyx env isn't set.
- Drop-in fallback
- Same `sendSms()` interface
- Force via SMS_PROVIDER env
Resend
LIVEBranded transactional email, estimates, invoices, receipts, tech-en-route notifications.
- Custom HEAT templates
- SPF + DKIM + DMARC ready
- 4 transactional templates
Expo Push
LIVEiOS + Android push notifications via Expo. Self-test panel in /admin/push-test verifies the pipeline.
- Cron-driven fan-out
- Auto-deactivates gone tokens
- Customer-side push too
Web Push
LIVEVAPID-keyed Web Push for browsers. Service worker handles receive + click-to-route.
- VAPID keys
- Service worker installed
- /admin/push-test verifies
Mapbox
LIVEDispatch board map view + tech GPS pin pulses. Mobile mirror via @rnmapbox/maps.
- Web dispatch map
- Tech GPS live pins
- Customer ETA tracking link
Don't see your tool? Tell us.
We build connectors based on what early customers actually use. Email us with what you've got.