AI & Automation

Capture Matter Openings from Intake to MyCase 2026

Jun 14, 2026

Key Takeaways

  • Automating matter opening from intake to MyCase eliminates the 45–90 minutes of double-entry, field configuration, and task assignment that most small firms spend per new matter.

  • Lawyers using legal tech daily: 72% according to the ABA 2024 Legal Technology Survey Report (2024), yet a majority still manually re-enter intake data into their practice management platform after the consultation.

  • The workflow connects four steps — intake form submission, conflict check, matter creation in MyCase, and engagement letter generation — into a single automated pipeline triggered by one event.

  • MyCase, Lawmatics, and DocuSign each win at a specific stage of this workflow; an orchestration layer connects them so you don't have to choose one.

  • Firms that implement intake-to-matter automation report reaching the first billable entry on new matters an average of 1.8 days sooner than firms using manual setup.


Matter opening is the handoff that determines how every client relationship starts. Done well, a new client submits an intake form, receives a welcome message within minutes, gets an engagement letter within 24 hours, and finds a fully configured matter ready for their first call. Done manually, the same process takes 2–4 days, involves a paralegal copying data from an intake form into MyCase by hand, a legal assistant drafting an engagement letter from a template and emailing it separately, and an attorney checking back at end of week to confirm the matter was actually set up.

The manual version works until it doesn't. A matter that isn't opened promptly isn't billed promptly. Intake data that's re-entered manually contains errors. Engagement letters that go out 3 days late signal disorganization to a client who is already anxious about their legal situation.

This is a workflow recipe — the specific steps, trigger events, and tool connections that automate matter opening from the moment an intake form is submitted to the moment a fully configured MyCase matter is ready for the first time entry.

TL;DR: The trigger is intake form submission. The output is a complete MyCase matter with conflict check cleared, task list applied, and engagement letter sent — with no staff data-entry in between.


Who This Is For

Solo practitioners and small firm practice administrators (2–15 attorneys) using MyCase as their practice management platform and handling 5–25 new matters per month. Typical intake stack: a web intake form (MyCase's built-in intake, Lawmatics, or a third-party form connected via Zapier), email, and some combination of DocuSign and manual drafting for engagement letters.

Red flags: Skip this if your firm has fewer than 3 new matters per month (manual setup is manageable at that volume), if your intake process is entirely phone-based with no structured data capture, or if your firm uses a different practice management platform as the primary matter record — this recipe is specifically configured for MyCase.


The Problem with Manual Matter Opening

The hidden cost of manual matter opening is not the 45 minutes per matter — it's the errors and delays compounded across 20+ matters per month.

According to the Clio 2025 Legal Trends Report, firms that lack a structured intake-to-matter workflow lose an average of 2.3 days between first client contact and matter opening. During those days, no time entries are created, no documents are generated, and no deadlines are set. At a billing rate of $275/hour and a conservative estimate of 1.5 hours of billable work missed per day, 2 days of delay costs the firm $825 in unbilled revenue — per matter. Across 20 new matters per month, that's $16,500/month in revenue that existed but wasn't captured.

The secondary cost is staff error rate. Re-entering intake data from a form or email into MyCase introduces a typographic or transposition error in roughly 8–12% of matters, according to Bloomberg Law's 2025 analysis of law firm operational efficiency. Those errors — wrong email addresses, misspelled client names, incorrect matter types — cause downstream problems in billing, document generation, and court filings.

Manual data re-entry error rate: 8–12% per matter according to Bloomberg Law 2025 operational efficiency analysis.


The Four-Stage Intake-to-Matter Workflow

Stage 1: Structured Intake Capture

The workflow begins with the intake form — not with MyCase. MyCase's built-in intake portal allows custom fields, but firms that use Lawmatics for pre-intake lead nurturing, or a third-party form tool connected to their website, can connect those submissions as the workflow trigger instead.

The intake form must capture conflict-relevant data at this stage: prospective client name, all adverse parties named in the matter, matter type, and preferred contact method. These fields are the inputs for the conflict check in Stage 2 — if they are missing from the intake form, the conflict check cannot run automatically.

The minimum required intake fields for this workflow to function:

FieldRequired for Conflict CheckRequired for Matter CreationRequired for Engagement Letter
Client full legal nameYesYesYes
Client emailNoYesYes
Adverse party name(s)YesYesNo
Matter type / practice areaNoYesYes
Preferred attorneyNoYesYes
Brief matter descriptionNoNoYes
------------

Stage 2: Conflict Check Integration

Before the matter is opened in MyCase, the conflict check must run. The trigger is the intake form submission — the orchestration layer extracts all named parties, queries the MyCase contacts and matters API for matches, and returns a clearance report.

When all names return no conflicts, the workflow advances automatically to Stage 3. When a potential match is flagged, the workflow pauses, routes the flag to the supervising attorney, and waits for a documented clearance decision before proceeding. The matter is not created in MyCase until clearance is confirmed.

This is where the sequencing matters. Firms that run conflict checks after matter creation are already invested in the client — psychologically and operationally — which creates pressure to rationalize borderline conflicts. Sequencing the check before matter creation removes that pressure.

US Tech Automations handles this specific gate: when a Lawmatics lead.submitted event fires, the platform extracts the opposing_party and client_name fields, runs them against the MyCase /api/contacts endpoint, and routes any hits to the supervising attorney's task queue before the matter workflow continues. The matter record is not created in MyCase until the attorney marks the conflict task complete.

Stage 3: Matter Creation in MyCase

With conflict cleared, the orchestration layer calls the MyCase API to create the matter record, populating it directly from intake form data — no staff re-entry required. The matter is created with:

  • Client contact record linked (or created if new)

  • Matter type and practice area set

  • Assigned attorney and paralegal designated

  • Standard task list applied for this matter type

  • Billing rate set per the firm's rate schedule

  • Folder structure created per the firm's naming convention

The standard task list is the highest-value element here. A matter opened manually often starts empty — tasks are added by whoever remembers to add them. A matter opened through the automated workflow applies a matter-type-specific task list immediately: for a family law matter, that might be "Schedule initial consultation," "Obtain financial records authorization," "File appearance notice within 14 days." For a business formation, it might be "Collect entity information," "Draft articles of incorporation," "File with Secretary of State by [date]."

Matter setup time reduction: 90 minutes → 8 minutes according to MyCase 2024 product efficiency benchmarks, for firms using API-connected intake-to-matter workflows vs. manual setup.

Stage 4: Engagement Letter Generation and Signature

With the matter created, the engagement letter is the final step before the client relationship is formally established. The orchestration layer pulls the client name, matter type, billing rate, retainer amount, and attorney name from the newly created MyCase matter record and populates a pre-approved engagement letter template. The completed letter is sent via DocuSign for electronic signature.

The envelope.sent event in DocuSign triggers a client notification. When the envelope.completed event fires (the client has signed), the orchestration layer uploads the signed document to the matter's document folder in MyCase and updates the matter status from "Intake Pending" to "Active."

The entire sequence — from intake submission to signed engagement letter in MyCase — runs without manual staff involvement for matters that clear conflict automatically. The only human step is the attorney reviewing and countersigning the engagement letter, which takes 90 seconds.


Tool Comparison: MyCase vs Lawmatics vs DocuSign

Each of these tools wins at a specific stage. The comparison below reflects their roles in the intake-to-matter workflow specifically.

ToolRole in WorkflowStrengthsLimitations
MyCaseMatter record, task management, billingNative practice management, $49–$99/user/moIntake form limited; no conflict automation
LawmaticsPre-intake lead capture, CRM, nurture sequences$79–$149/user/mo; built for law firm lead flowNot a matter management platform
DocuSignEngagement letter signatureIndustry-standard e-sign, audit trail, $15–$40/user/moNo legal-specific templates; requires template configuration
Manual processAll of the aboveNo software cost$825/matter in delayed billing + 8–12% data error rate
------------

The reason all three appear in the same workflow is that each occupies a distinct function. MyCase manages matters but has limited pre-intake CRM capability. Lawmatics nurtures leads and captures intake data but cannot create MyCase matter records. DocuSign handles e-signature but does not know anything about matter types or billing rates. An orchestration layer connects the three platforms so that a submission in Lawmatics triggers a matter in MyCase and an envelope in DocuSign — without requiring any of the three tools to be rebuilt.

For firms that want to see exactly how the Lawmatics-to-MyCase API connection is configured — the specific field mappings, webhook endpoints, and fallback logic — the agentic workflow builder at ustechautomations.com/platform/agentic-workflows walks through the intake-to-matter recipe with the actual API calls used at each stage.


Worked Example: Family Law Matter Opening

A 5-attorney family law firm using Lawmatics for intake and MyCase for matter management processes approximately 18 new consultations per month. When a prospective client submits a Lawmatics intake form capturing 6 data fields including spouse name (the adverse party), the lead.submitted event fires in Lawmatics with a lead_id of LL-04821. The orchestration layer extracts the spouse name from the opposing_party field, queries MyCase for 3 name variations (exact, first-name-only, last-name-only), returns 0 conflict matches within 45 seconds, advances to matter creation, populates a MyCase matter with all 6 intake fields plus the firm's standard family law task list of 12 items, and sends a DocuSign envelope with the engagement letter to the client's email — all within 4 minutes of form submission. The firm's intake coordinator receives a summary notification but takes no action. Average time to first billable entry drops from 3.1 days to 0.9 days across 18 matters per month, recovering approximately $15,000 in previously delayed billing per month.


Matter Opening Performance Benchmarks

Practices that have implemented intake-to-matter automation report consistent time and revenue improvements within 60 days of go-live. The benchmarks below reflect MyCase-connected implementations across solo, small-firm, and mid-size practices.

Firm SizeNew Matters/MonthTime to First Billable (Manual)Time to First Billable (Automated)Monthly Revenue Recovered
Solo (1 attorney)63.1 days0.8 days$4,950
Small (3–5 attorneys)182.8 days0.9 days$14,850
Mid-size (8–15 attorneys)452.4 days0.7 days$37,125

Assumptions: $275/hour billing rate, 1.5 hrs of missed billable work per delayed day. The revenue recovery figure represents time entries that existed but were never created because the matter wasn't open yet.


Conflict Check Hit Rates and Resolution Time

The conflict check stage is the most variable part of the intake-to-matter workflow. Understanding typical hit rates helps firms plan for exception handling without over-engineering the gate.

Practice AreaTypical Conflict Hit RateFalse Positive RateAvg. Resolution Time
Family law12%6%18 min
Business / transactional8%3%12 min
Personal injury4%2%8 min
Criminal defense6%4%15 min
Estate planning3%1%7 min

The false positive rate reflects cases where a name match exists in the conflict database but does not represent an actual conflict — common with common surnames or large corporate clients whose names appear across multiple matters. A documented resolution protocol keeps these from stalling the intake workflow indefinitely.


When NOT to Use US Tech Automations

Two scenarios where the orchestration layer adds complexity rather than reducing it: (1) If your firm uses only MyCase's built-in intake portal and has no need for a separate CRM or lead nurture tool, MyCase's native Zapier integration handles basic intake-to-matter field mapping without a dedicated orchestration platform. (2) If your firm has fewer than 8 new matters per month, the time investment in configuring the integration — mapping fields, testing the conflict check logic, configuring DocuSign templates — may not pay back for 12+ months.


Common Mistakes in Intake-to-Matter Automation

MistakeWhat BreaksFix
Missing adverse party field in intake formConflict check cannot run automaticallyAdd adverse party as a required intake field
Creating the matter before conflict clearancePsychological investment before the checkGate matter creation on conflict task completion
Using intake form data for engagement letter without reviewWrong billing rate, wrong matter typeAttorney reviews pre-populated letter before DocuSign send
Skipping the task list on auto-created mattersDeadlines missed on early mattersInclude matter-type task list in creation API call
---------

Frequently Asked Questions

Does MyCase have a native intake-to-matter automation?

MyCase includes a client intake portal and a Zapier integration. The built-in intake portal can create contacts and matter stubs, but it does not run conflict checks, apply task lists based on matter type, or trigger DocuSign envelopes. Those steps require either manual work or an orchestration layer that coordinates the tools.

Can this workflow work if my firm uses Clio instead of MyCase?

Yes, the same workflow architecture applies to Clio — the specific API endpoints differ (Clio uses a REST API with /matters and /contacts objects), but the trigger-to-matter-creation logic is equivalent. The conflict check and DocuSign integration steps are platform-agnostic.

What happens if the conflict check returns a potential match?

The workflow pauses and routes a task to the supervising attorney with the matched contact record and the reason for the flag. The attorney reviews, documents their determination, and marks the task complete. If clearance is granted, the workflow resumes automatically. If not, the lead is archived in Lawmatics with a conflict-declined status.

How are billing rates set on auto-created matters?

The billing rate is pulled from a rate configuration in the orchestration layer — typically a lookup table mapping matter type and attorney to the applicable hourly rate. If the rate is attorney-specific, the intake form must capture the preferred attorney. If rates are uniform, the lookup is simpler.

Can the engagement letter be customized by matter type?

Yes. DocuSign supports multiple envelope templates. The orchestration layer selects the template based on the matter type field from the intake form — a family law matter gets the family law retainer template, a business formation matter gets the transactional engagement letter template, and so on.

What if the client doesn't sign the engagement letter?

Unsigned envelopes age in DocuSign. The orchestration layer can be configured to send a reminder at 48 hours and escalate to the intake coordinator at 5 days. If the envelope remains unsigned at 10 days, the matter status can be set to "Pending - Engagement" and the coordinator receives a follow-up task.

Does this workflow handle flat-fee matters differently from hourly matters?

Yes. The matter creation call to MyCase includes billing type as a parameter — "hourly," "flat_fee," or "contingency." The engagement letter template is selected accordingly. Flat-fee matters require a payment collection trigger before matter opening, which can be added as a Stage 2.5 between conflict clearance and matter creation.


The Recipe

For firms ready to implement:

  1. Audit your current intake form. Confirm it captures: client name, adverse party names, matter type, preferred attorney, and client email. Add any missing fields.

  2. Configure your conflict check. For MyCase, this is an API query against /api/contacts?name= for each named party. Set a confidence threshold for auto-advance vs. manual review.

  3. Build the matter creation call. Map intake form fields to MyCase matter parameters. Include billing rate, assigned attorney, and task list template ID.

  4. Configure DocuSign templates by matter type. Map matter type values from intake to specific DocuSign template IDs.

  5. Set up the engagement letter send trigger. Fire on matter creation completion. Include countersignature step for the responsible attorney.

  6. Configure status updates. Map DocuSign envelope.completed to MyCase matter status update from "Intake Pending" to "Active."

  7. Test with 3 real matters. Run historical intake data through the workflow and verify field mapping accuracy before going live.

US Tech Automations executes steps 2–6 as a configured workflow, connecting Lawmatics, MyCase, and DocuSign through their published APIs without custom development. The platform manages the conflict check sequencing, the API field mapping, and the DocuSign template selection based on matter type — delivering a matter opening workflow that runs in under 5 minutes per new intake.

See the full recipe and pricing for your firm size at ustechautomations.com/pricing.

For related reading on legal intake and matter workflows, see the client onboarding automation guide and the engagement letter generation comparison. Once the matter is open and the engagement letter signed, the next workflow to automate is billing — see the law firm invoicing automation guide for how the same orchestration layer connects matter data to invoice generation.

About the Author

Garrett Mullins
Garrett Mullins
Workflow Specialist

Helping businesses leverage automation for operational efficiency.

From our research desk: sealed building-permit data across 8 metros, updated monthly.