MillionSend.Emails.Insights.Check (MillionSend v0.5.0)

Copy Markdown View Source

One best-practice check from an insights report. id is an open set (the catalog grows across score versions), and severity/status are plain strings so future wire values never break decoding. detail is free-form JSON (a map) or nil.

Summary

Types

t()

@type t() :: %MillionSend.Emails.Insights.Check{
  detail: term(),
  id: term(),
  penalty: term(),
  severity: term(),
  status: term()
}