MillionSend.Suppressions.Suppression (MillionSend v0.5.0)

Copy Markdown View Source

A suppressed address. origin is "bounce" | "complaint" | "manual" | "unsubscribe"; source_id is the email whose bounce/complaint created the entry (nil otherwise). Batch and remove/2 responses populate id plus deleted.

Summary

Types

t()

@type t() :: %MillionSend.Suppressions.Suppression{
  created_at: term(),
  deleted: term(),
  email: term(),
  id: term(),
  object: term(),
  origin: term(),
  source_id: term()
}