v2

latestOpenAPI 3.0.12026-07-262352981007.0 KB
Portal

Sends a portal message

Sends a message to the specified contact on the client portal.

When using the Client Credentials grant type, include the UserId header to impersonate the lawyer in the firm who is sending the message.

post/matters/{matterId}/portal/messages

Path parameters

matterIdstring uuid required

Request body

contactIdstring uuid

Unique identifier of the contact.

messagestring required
requireMFAboolean

Whether MFA is required before showing the message content.

Example request

{
  "contactId": "93421c6f-40bd-465d-bb95-3b3b5e200e30",
  "requireMFA": true
}

Response

When request is accepted.