# Email Addresses

Lawmatics MCP server · 5 tools

## Tools

- [Create Email Address](/integrations/lawmatics/email-addresses/create-email-address/) — Create an email address and attach it to a contact, matter, or company in Lawmatics. Provide the email address string, a label (e.g. Primary, Work), and the ID of exactly one entity (matter, contact, or company). Attaching to a matter sets the email address on the matter's contact or company. Returns the created record with a `relationships` envelope carrying an `informationable` {id,type} pointer to the owning record (contact, company, or firm).

- [Delete Email Address](/integrations/lawmatics/email-addresses/delete-email-address/) — Delete an email address from Lawmatics by ID. This is irreversible.

- [Get Email Address](/integrations/lawmatics/email-addresses/get-email-address/) — Fetch a single email address from Lawmatics by ID, including its label, the address string, and a `relationships` envelope with an `informationable` {id,type} pointer to the owning record (contact, company, or firm).

- [List Email Addresses](/integrations/lawmatics/email-addresses/list-email-addresses/) — List email addresses from Lawmatics with optional pagination. Each row carries its label, the address string, and a `relationships` envelope with an `informationable` {id,type} pointer to the owning record (contact, company, or firm).

- [Update Email Address](/integrations/lawmatics/email-addresses/update-email-address/) — Update an existing email address in Lawmatics by ID. Optionally re-attach it to a different contact, matter, or company. Returns the updated record with a `relationships` envelope carrying an `informationable` {id,type} pointer to the owning record (contact, company, or firm).
