Values accepted for Email Schema Kind in the Chimes API.
Prefer the documented atoms returned by values/0. The type also accepts strings so a
newer server value can be preserved by an older SDK instead of failing during decoding.
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
Returns the documented Inttegro.Chimes.EmailSchemaKind atoms known by this SDK version.
Types
@type t() :: :gmail_view_action | :schema_org_order | :schema_org_invoice | String.t()
A email schema kind atom or an unknown wire value preserved as a string.
Functions
@spec values() :: [t()]
Returns the documented Inttegro.Chimes.EmailSchemaKind atoms known by this SDK version.