# Emails

## Get an email thread

 - [GET /v1/emails/threads](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/emails/get-v1-emails-threads.md): Search for an email thread by the identifier.

## Save email thread

 - [POST /v1/emails/threads](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/emails/post-v1-emails-threads.md): Creates / Updates an email thread, and child email messages.

## Get email threads

 - [GET /v1/emails/threads/page](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/emails/get-v1-emails-threads-page.md): Gets paged email threads ordered by last modified date

## Create email draft

 - [POST /v1/emails/drafts](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/emails/post-v1-emails-drafts.md): Creates a draft email in LawVu

## Delete email draft

 - [DELETE /v1/emails/drafts/{draftId}](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/emails/delete-v1-emails-drafts-draftid.md): Deletes a draft email

## Update email draft

 - [PUT /v1/emails/drafts/{draftId}](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/emails/put-v1-emails-drafts-draftid.md): Updates a message draft

## Check for any users tracking an email by External Reference ID

 - [POST /v1/emails/threads/byExternalReferenceId](https://api-docs.lawvu.com/api/account-api/lawvu-account.openapi/emails/post-v1-emails-threads-byexternalreferenceid.md)

