cURL
curl --request POST \ --url https://api.smokeball.com/matters/{matterId}/portal/messages \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data ' { "message": "<string>", "contactId": "93421c6f-40bd-465d-bb95-3b3b5e200e30", "requireMFA": true } '
{ "message": "<string>", "detail": "<string>" }
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.
1
Unique identifier of the contact.
"93421c6f-40bd-465d-bb95-3b3b5e200e30"
Whether MFA is required before showing the message content.
true
When request is accepted.