Auth0.Entity.EmailTemplate (Auth0Api v1.4.0) View Source

Documentation for entity of EmailTemplate.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.EmailTemplate{
  body: String.t(),
  enabled: boolean(),
  from: String.t(),
  includeEmailInRedirect: boolean(),
  resultUrl: String.t(),
  subject: String.t(),
  syntax: String.t(),
  template: String.t(),
  urlLifetimeInSeconds: integer()
}

Link to this section Functions

Specs

from(map()) :: t()