This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Initialization Option Assess API

mailto

When enabled, the default mailto URI is { "to": "", "cc": "", "bcc": "", "subject": "Raw assessment responses" }

Important Not available in Microsoft-based browsers due to mailto URI length limit in IE

Values

Request object key configuration.submit_failed_options.mailto

Default: false

This option can be initialized as one of the following types: boolean object.

  • Type boolean
    Enabling sending out emails with the default mailto options.
  • Type object
    • to string
      Main recipient email address.
    • cc string
      CC email address.
    • bcc string
      BCC email address.
    • subject string
      Email subject.
Was this article helpful?