Skip to main content
POST
Send manage consumer email

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

consumer
integer
required

Representative consumer ID from the manage consumers list.

Body

application/json
subject
string
required

Email subject. Template fields are rendered against the consumer account before the email is queued.

Example:

"Manual follow up"

content
string
required

HTML, Markdown, or plain-text email body. Content must contain visible text after Markdown and HTML are rendered and stripped.

Example:

"<p>Hello, please review your notice response.</p>"

Response

Email queued and communication history recorded.

message
string
required
Example:

"Email sent."

data
object
required
Last modified on July 19, 2026