Represents Email Scanned Link data in the Chimes API.
Inttegro decodes API responses into this struct. Required fields are always present;
optional fields are nil when they do not apply or were not returned. Follow the linked
types in t/0 for nested domain values.
Sends and schedules transactional messages.
Chimes deliver email or SMS content to inline recipients, saved customers, or template-defined recipients. A returned chime records rendering, safety, and transmission results; delivery may continue asynchronously after the API call succeeds.
Summary
Functions
Builds a Inttegro.Chimes.EmailScannedLink and raises KeyError when a required field is missing.
Types
@type t() :: %Inttegro.Chimes.EmailScannedLink{ host: String.t() | nil, raw: String.t() | nil, reason: String.t() | nil, scheme: String.t() | nil, status: Inttegro.MessageTemplates.ContentSafetyStatus.t() | nil }
The decoded email scanned link value.
Functions
Builds a Inttegro.Chimes.EmailScannedLink and raises KeyError when a required field is missing.