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 '{ "contactId": "93421c6f-40bd-465d-bb95-3b3b5e200e30", "message": "<string>", "requireMFA": true }'
This response does not have an example.
Sends a message to the specified contact on the client portal.
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.