Apis for account related resources (authentication, profiles, organisation details etc)
https://api-sandbox.lawvu.com/account-apis/
https://api.lawvu.com/account-apis/
The email thread to create
https://api-sandbox.lawvu.com/account-apis/v1/emails/threads
https://api.lawvu.com/account-apis/v1/emails/threads
{ "threadIdentifier": "string", "track": true, "client": "Outlook", "matterId": 0, "fileId": 0, "contractId": 0 }
https://api-sandbox.lawvu.com/account-apis/v1/emails/threads/page
https://api.lawvu.com/account-apis/v1/emails/threads/page
No request payload
No response example
https://api-sandbox.lawvu.com/account-apis/v1/emails/drafts
https://api.lawvu.com/account-apis/v1/emails/drafts
{ "sourceId": "string", "authorEmailAddress": "string", "expectedFromAddress": "string", "matterId": 0, "mode": "Message", "recipients": [ { … } ] }
https://api-sandbox.lawvu.com/account-apis/v1/emails/drafts/{draftId}
https://api.lawvu.com/account-apis/v1/emails/drafts/{draftId}
No request payload
https://api-sandbox.lawvu.com/account-apis/v1/emails/drafts/{draftId}
https://api.lawvu.com/account-apis/v1/emails/drafts/{draftId}
{ "matterId": 0, "mode": "Message", "recipients": [ { … } ] }
External Reference IDs associated to emails
https://api-sandbox.lawvu.com/account-apis/v1/emails/threads/byExternalReferenceId
https://api.lawvu.com/account-apis/v1/emails/threads/byExternalReferenceId
{ "externalReferenceIds": [ "string" ] }
No response example