Skip to main content
POST
Create a service-of-notice mailing

Authorizations

Authorization
string
header
required

access token

Body

multipart/form-data
caseID
string
required

The case ID this mailing belongs to. Must be sent first in the multipart form.

Example:

"2025-09-00123"

mailType
string
required

The mail type identifier. Must be sent second in the multipart form.

Example:

"sealedMailer"

data.content
string

JSON data for mail templates: Send dynamic content as a JSON string in the data.content multipart field.

Example JSON structure:

Response

Mailing was created.

The response is of type string.

Example:

"mailing created"