MillionSend.Broadcasts.Broadcast (MillionSend v0.5.0)

Copy Markdown View Source

A broadcast — an email sent to the team's contacts, optionally targeted.

Summary

Types

t()

@type t() :: %MillionSend.Broadcasts.Broadcast{
  created_at: term(),
  deleted: term(),
  from: term(),
  html: term(),
  id: term(),
  name: term(),
  object: term(),
  preview_text: term(),
  reply_to: term(),
  scheduled_at: term(),
  segment_id: term(),
  sent_at: term(),
  status: term(),
  subject: term(),
  text: term(),
  topic_id: term()
}