View as .md ↗
Lawmatics

Lawmatics

MCP server · Practice Management · lawmatics.com · 40 categories · 177 tools

Lawmatics is a legal CRM, client intake, and marketing automation platform for law firms. This integration exposes contacts, companies, matters, billing (invoices, transactions, expenses, time entries), tasks, documents, events, and marketing data as governed MCP tools, scoped per member by access level.

Get Email Campaign Stats (lawmatics_get-email-campaign-stats)

Fetch per-recipient delivery statistics (delivery status, opens, clicks, bounces) for an email campaign from Lawmatics by its composite ID (e.g. "MarketingCampaign-1").

Tool Input

campaignIdstringrequired— Composite campaign ID whose stats to fetch, in the form "TypeofCampaign-id" (e.g. "MarketingCampaign-1")(pattern: ^[A-Za-z]+-\d+$)

Tool Output

eventsarrayrequired— Per-recipient delivery and engagement events; empty when the campaign has no events
[]object
contactableIdnumberrequired— ID of the contact or matter this email was sent to
emailstringrequired— Recipient email address
firstNamestringnullrequired— Recipient first name; null when not on file
lastNamestringnullrequired— Recipient last name; null when not on file
deliveredbooleanrequired— Whether the email was successfully delivered to this recipient
bouncesnumberrequired— Number of times the email bounced for this recipient
clicksnumberrequired— Number of link clicks recorded for this recipient
opensnumberrequired— Number of opens recorded for this recipient

Related Tools