Connect Family Evidence to your workflow.
Native Clio integration, Zapier-compatible webhooks, and a REST API. Build the integrations your firm needs without compromising evidence integrity.
Works with the tools you already use.
Clio
Import matters directly from your Clio account.
Connect your Clio Manage account and import existing matters as Family Evidence cases in one click. Keep your firm management and evidence authentication in sync — no double-entry.
- One-click matter import from Clio Manage
- Automatic case creation with client details
- Available on Firm Pro and Enterprise plans
Zapier
Connect to 6,000+ apps via webhooks.
Family Evidence webhooks are fully compatible with Zapier. Point a Zap at your webhook URL to trigger automations when evidence is uploaded, exports are ready, cases are created, and more.
- Triggers on 7 event types (evidence, exports, cases, deadlines)
- HMAC-SHA256 signed — use Zapier's "Webhooks by Zapier" app
- No Zapier plan required beyond your own subscription
REST API
Build custom integrations with our read-only API.
Our public REST API exposes cases, evidence metadata, and exports. Authenticate with an API key, query your data, and build whatever your firm needs — reports, dashboards, custom workflows.
- Read-only access to cases, evidence, and exports
- API key authentication (X-Api-Key header)
- 600 req/min rate limit
- Stripe-style response envelope
Make (Integromat)
Automate with Make scenarios via webhooks.
Use Make's "Webhooks" module to receive Family Evidence events and trigger complex multi-step scenarios. The same HMAC-signed webhook format works out of the box.
- Works with Make's built-in Webhook module
- Same signed payload format as Zapier
- Chain with 1,800+ Make apps
Custom integration
Need something specific? We can help.
Enterprise customers can work directly with our team on custom integrations — secure data exports, SSO/SAML, custom API scopes, or white-label deployments.
- SSO / SAML 2.0
- Custom API scopes
- White-label deployment
- Dedicated support SLA
Available webhook events.
Every event is delivered as a JSON POST with an X-Signature-256 header for verification.
evidence.uploadedA new piece of evidence is uploaded to any case.evidence.verifiedEvidence hash is verified against the stored SHA-256 digest.export.readyA court-packet PDF export has finished generating.case.createdA new case is created in the firm workspace.case.updatedA case status or core fields are changed.deadline.upcomingA deadline is 3 days from its due date.deadline.overdueA deadline has passed its due date without being closed.Example payload
{
"id": "evt_01HXYZ...",
"object": "event",
"apiVersion": "2024-01",
"type": "evidence.uploaded",
"createdAt": "2026-04-05T14:30:00Z",
"data": {
"evidenceId": "uuid-...",
"caseId": "uuid-...",
"fileName": "photo_2026-04-05.jpg",
"fileType": "PHOTO",
"fileSizeBytes": 2097152,
"sha256Hash": "a3f9c...",
"uploadedBy": 42,
"teamId": 7,
"uploadedAt": "2026-04-05T14:30:00Z"
}
}Security by design.
Every webhook payload is signed with HMAC-SHA256 using a per-endpoint secret. Verify the X-Signature-256 header before processing any event to ensure it came from Family Evidence and was not tampered with in transit.
HMAC-SHA256 signed
Every payload
TLS enforced
HTTPS endpoints only
Exponential backoff
Up to 5 retry attempts
Ready to connect your workflow?
Set up webhooks and integrations from your account settings. No extra charge — included on all paid plans.