Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EmailTemplate

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:email_template"
links: { fx:cache: Cache; fx:store: Backend.Rels.Store; fx:template_sets: TemplateSets; self: EmailTemplate }

Type declaration

  • fx:cache: Cache

    POST here to cache your template using the content_html_url and content_text_url.

  • fx:store: Backend.Rels.Store

    Store this template belongs to.

  • fx:template_sets: TemplateSets

    Template sets using this template.

  • self: EmailTemplate

    This resource.

props: { content_html: string; content_html_url: string; content_text: string; content_text_url: string; date_created: null | string; date_modified: null | string; description: string }

Type declaration

  • content_html: string

    The content of your html email template. Leave blank to use the default responsive template. You can set the content directly or set the content_html_url to point to your template content online and then POST to the cache link relationship.

  • content_html_url: string

    The URL of your html email template hosted on your own server online and publicly available for our server to cache.

  • content_text: string

    The content of your text email template. Leave blank to use the default template. You can set the content directly or set the content_url to point to your template content online and then POST to the cache link relationship.

  • content_text_url: string

    The URL of your text email template hosted on your own server online and publicly available for our server to cache.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • description: string

    The description of your email template.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc