Send Consumer Profile manual email
Send a manual email from the Consumer Profiles detail page and create an automated communication history row. The API uses the active communication-profile email when present; otherwise it uses the account email. Deactivated accounts, missing recipient email, disabled email permission, and unsubscribed creditor recipients are rejected.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Consumer account ID.
Body
Email subject. Template fields are rendered against the consumer account before the email is queued.
"Manual follow up"
HTML, Markdown, or plain-text email body. Content must contain visible text after Markdown and HTML are rendered and stripped.
"<p>Hello, please review your account.</p>"

