VisitorFlow
12 integrations live · API-first

Honest list. Every card is shipped.

We’d rather list a few real integrations than a wall of logos. Need something specific? Use signed webhooks and the REST API — or check the roadmap.

RS
Live
Email (Resend)
Notifications

Transactional email for host alerts, pre-registration invites, magic links and DSR notices.

TW
Live
SMS (Twilio)
Notifications

Host arrival alerts and pre-registration reminders by SMS.

WA
Live
WhatsApp (Twilio)
Notifications

Approved templates for visitor invites and arrival pings via WhatsApp Business.

WP
Live
Web Push (VAPID)
Notifications

Browser push to host devices when a visitor arrives — no separate mobile app required.

WH
Live
Signed webhooks
Notifications

JSON events for every state change. HMAC-signed, retried with backoff. Forward to Slack, Teams, n8n, Zapier or your own service.

GV
Live
Google Cloud Vision
Capture & vision

OCR for IDs and driver licenses. Pre-fills the kiosk so visitors barely type.

TX
Live
AWS Textract
Capture & vision

Fallback ID OCR provider with structured field extraction.

AR
Live
AWS Rekognition
Capture & vision

Optional face match for returning visitors. Embeddings only — full photos can be purged.

ZB
Live
Zebra ZD-series
Hardware

Thermal badge printing over USB or LAN via the native VisitorFlow print bridge for Windows and macOS.

ST
Live
Stripe Billing
Hardware

Subscription billing, invoices and webhook-driven entitlement updates.

SE
Live
Sentry
Observability

Crash reporting on dashboard, kiosk and print bridge.

PH
Live
PostHog
Observability

Product analytics with consent-gated client SDK and DNT respect.

On the roadmap

Not yet shipped — but actively planned.

We won’t list these as “live”. If a launch date matters for your rollout, ask on the demo and we’ll be specific.

○ Planned
Native Slack app

Channel pings without standing up your own webhook receiver.

○ Planned
Microsoft Teams app

Adaptive cards on visitor arrival and watchlist matches.

○ Planned
Google Calendar

Two-way sync — pre-register a visitor from a calendar event.

○ Planned
SAML / SSO via WorkOS

Okta, Azure AD, Google Workspace and OneLogin federation for Enterprise.

Build your own

REST API + signed webhooks for everything else.

Every entity has a typed endpoint. Every state change emits a signed webhook with retries. Glue it to Slack, Teams, n8n, Zapier or whatever you already run.

POST /api/v1/visits
Authorization: Bearer vfp_live_***
Content-Type: application/json

{
  "type": "driver",
  "host_id": "h_98412",
  "visitor": { "name": "Marisol Cruz" },
  "shipment": { "bol_ref": "BOL-88412", "type": "delivery" }
}

201 Created
{
  "id": "vis_2YZ4...",
  "checked_in_at": "2026-04-30T14:21:09Z"
}