Send consumer manual email
Send a manual email from the Superadmin consumer detail page and create an automated communication history row with superadmin_profile as the source. The API uses the active communication-profile email when present; otherwise it uses the account email. If that recipient has unsubscribed, Superadmin may send to another available non-unsubscribed email on the same consumer profile.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Consumer 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>"

