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.
Transactional email for host alerts, pre-registration invites, magic links and DSR notices.
Host arrival alerts and pre-registration reminders by SMS.
Approved templates for visitor invites and arrival pings via WhatsApp Business.
Browser push to host devices when a visitor arrives — no separate mobile app required.
JSON events for every state change. HMAC-signed, retried with backoff. Forward to Slack, Teams, n8n, Zapier or your own service.
OCR for IDs and driver licenses. Pre-fills the kiosk so visitors barely type.
Fallback ID OCR provider with structured field extraction.
Optional face match for returning visitors. Embeddings only — full photos can be purged.
Thermal badge printing over USB or LAN via the native VisitorFlow print bridge for Windows and macOS.
Subscription billing, invoices and webhook-driven entitlement updates.
Crash reporting on dashboard, kiosk and print bridge.
Product analytics with consent-gated client SDK and DNT respect.
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.
Channel pings without standing up your own webhook receiver.
Adaptive cards on visitor arrival and watchlist matches.
Two-way sync — pre-register a visitor from a calendar event.
Okta, Azure AD, Google Workspace and OneLogin federation for Enterprise.
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"
}