EmailTemplate

Description

The EmailTemplate object contains all information about the email templates.

Properties

Type

Name

Description

string

TemplateName

Name of the template.

string

TemplateInternalId

Template internal ID automatically assigned by EBizCharge.

string

TemplateSubject

Subject of the template.

string

TemplateDescription

Description of the template.

string

TemplateHTML

HTML version of template (base64-encoded).

string

TemplateText

Text version of template (base64-encoded).

string

FromEmail

Email address displayed in the email's "From" field.

string

FromName

Display name associated with the FromEmail address.

string

ReplyToEmail

Email address responses are sent to.

string

ReplyToDisplayName

Display name associated with the ReplyToEmail address.

string

TemplateSource

The template source will return 2 for templates created in the EBizCharge Admin Portal.

string

TemplateTypeId

There are two types:

  • WebFormEmail for email payment forms.
  • AddPaymentMethodFormEmail for payment method request forms.