Clio Integration
Connect Lead Distro AI to Clio for personal injury and law firm lead intake. Clio Grow inbound webhook setup, Clio Manage API, MVA-specific custom field mapping, and FAQs.
What This Integration Does
Sends accepted Lead Distro AI leads into Clio Grow (intake CRM) or Clio Manage (case management) so personal injury, MVA, and other law firm clients receive leads directly in the workflow attorneys already use. Two supported paths — Clio Grow's inbound webhook for intake, Clio Manage's API for post-intake automation.
Picking a Path
| Use case | Path | Why |
|---|---|---|
| MVA / PI firm lead intake (most common) | A — Clio Grow inbound webhook | Leads land in the intake pipeline attorneys actively review. Built for this exact use case. No OAuth setup. |
| Direct contact creation in Clio Manage | B — Clio Manage API | When the firm wants leads to bypass intake and land as Contacts immediately (rare — usually a firm with existing intake automation). |
| Both | Run both | Webhook to Clio Grow for intake + API to Clio Manage for instant Contact creation. Two delivery automations on the same buyer. |
Path A — Clio Grow Inbound Webhook (Recommended)
Step 1 — Create the Clio Grow Inbox
- In Clio Grow, go to Settings → Inboxes → Create Inbox.
- Choose Webhook as the source.
- Name the inbox something traceable like `Lead Distro AI — Spanish MVA`.
- Copy the webhook URL Clio Grow generates.
Step 2 — Configure Field Mapping in Clio Grow
Clio Grow auto-creates Lead records from incoming JSON. Map these fields per the Clio Grow Lead schema:
| Lead Distro AI field | Clio Grow field | Required? |
|---|---|---|
| `first_name` | First Name | Yes |
| `last_name` | Last Name | Yes |
| `email` | Yes (for de-dupe) | |
| `phone` | Phone | Yes |
| `state` | State | Recommended |
| `zip_code` | Zip | Optional |
| `source` | Referral Source | Recommended — defaults to 'Lead Distro AI' |
| `custom.case_type` | Practice Area | MVA-specific |
| `custom.incident_date` | Date of Incident | MVA-specific |
| `custom.vehicle_type` | Custom field | MVA-specific |
| `custom.attorney_representation` | Custom field | MVA-specific |
| `lead_id` | Reference (custom) | For tracing |
Step 3 — Wire the Webhook in Lead Distro AI
- In Lead Distro AI, edit the buyer (the law firm receiving these leads).
- Set Delivery Method to Webhook.
- Paste the Clio Grow Inbox URL from Step 1.
- Set Content-Type to `application/json`.
- Save.
Step 4 — Test Send and Confirm Intake View
Use Test Send to fire a sample lead. Within ~2 seconds the lead should appear in the firm's Clio Grow intake pipeline. Have the firm log into Clio Grow and confirm the lead shows up in the right Inbox with the right field mapping — including MVA-specific custom fields.
Path B — Clio Manage API (Direct Contact Creation)
- Register a Clio app at app.clio.com/settings/developer_applications to get a Client ID and Client Secret.
- Run the OAuth flow to get an access token for the firm's Clio Manage account.
- In Lead Distro AI, edit the buyer and set Delivery Method to Webhook.
- Set the URL to `https://app.clio.com/api/v4/contacts.json`.
- Set Content-Type to `application/json`.
- Add a Custom Header `Authorization: Bearer
`. - Map fields per Clio Manage's Contact schema: `name`, `email_addresses`, `phone_numbers`, `addresses`, `custom_field_values`.
Clio Manage OAuth access tokens expire after 7 days. Set up a refresh-token rotation job on your side that updates Lead Distro AI's custom header before each expiry, or use Path A (Clio Grow) which has no token rotation overhead.
Spanish-Language Lead Routing (MVA Vertical)
For Spanish-speaking MVA leads, include a `custom.preferred_language` field in your campaign field mapping. Clio Grow supports custom fields for language — when set, the firm's intake staff sees the language flag immediately and routes to Spanish-speaking intake specialists. This is especially important for Great Marketing AI agencies routing Spanish-speaking MVA leads to PI firms.
Frequently Asked Questions
Should I use Clio Grow or Clio Manage for Lead Distro AI integration?
Does Lead Distro AI's Clio integration support MVA-specific fields?
How do I route Spanish-speaking MVA leads to the right Clio Grow Inbox?
Can I send a lead to Clio Grow AND another CRM simultaneously?
Does the Clio integration support signed webhooks for HIPAA-adjacent verticals?
What's the latency between lead acceptance and the lead appearing in Clio?
Can multiple law firms receive leads from the same campaign in Clio?
How do I track which Lead Distro AI campaign each Clio lead came from?
Related Articles
If you have any questions, send us an email at support@leaddistro.ai