Skip to content

InjectV1Response

Note

This page was generated by extracting information from a JSON Schema data file for the API. It may be missing some information, or otherwise suggest approximate or placeholder values based on information in the schema file; this is due to limitations on how that data is extracted from the underlying Rust code and into the JSON Schema, and then again from there and into these docs.

This is an object value, with the following properties:

  • errors - required array of string. The list of error messages

  • fail_count - required integer. The number of messages that failed to inject

  • failed_recipients - required array of string (email). The list of failed recipients

  • success_count - required integer. The number of messages that were injected successfully

Examples

{
  "errors": [
    "string"
  ],
  "fail_count": 42,
  "failed_recipients": [
    "user@example.com"
  ],
  "success_count": 42
}