Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.63 KB

File metadata and controls

51 lines (42 loc) · 1.63 KB
page_title subcategory description
epilot-emailtemplate_email_template Data Source - terraform-provider-epilot-emailtemplate
EmailTemplate DataSource

epilot-emailtemplate_email_template (Data Source)

EmailTemplate DataSource

Example Usage

data "epilot-emailtemplate_email_template" "my_emailtemplate" {
  id = "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}

Schema

Required

  • id (String) Template entity ID

Read-Only

  • attachments (List of String) Email template attachments
  • bcc (List of String) Bcc
  • body (String) Body
  • brand_id (Number) Brand ID. Equal 0 if available for All brands
  • cc (List of String) Cc
  • created_at (String) Created date
  • created_by (String) Created by
  • file (String) Parsed as JSON.
  • from (String) Parsed as JSON.
  • manifest (List of String) Manifest ID used to create/update the entity
  • name (String) name
  • org (String) Ivy Organization ID the entity belongs to
  • purpose (List of String) Entity Purposes
  • schema (String) URL-friendly identifier for the entity schema
  • subject (String) Subject
  • system_template (Boolean) If template is created by system (Double Opt-in, CMD invitation,...) then true, and some attributes can not be edited such as Name, To,... Remember to add default content of template to system_template enum for revert to original feature
  • tags (List of String) Entity tags
  • title (String) Entity title
  • to (List of String) To
  • updated_at (String) Updated date
  • updated_by (String) Updated by