EmailTemplate

Description

The EmailTemplate object contains all information about the email templates.

Properties

TypeNameDescription
stringTemplateNameName of the template.
stringTemplateInternalIdTemplate internal ID automatically assigned by EBizCharge.
stringTemplateSubjectSubject of the template.
stringTemplateDescriptionDescription of the template.
stringTemplateHTMLHTML version of template (base64-encoded).
stringTemplateTextText version of template (base64-encoded).
stringFromEmailEmail address displayed in the email's "From" field.
stringFromNameDisplay name associated with the FromEmail address.
stringReplyToEmailEmail address responses are sent to.
stringReplyToDisplayNameDisplay name associated with the ReplyToEmail address.
stringTemplateSourceThe template source will return 2 for templates created in the EBizCharge Admin Portal.
stringTemplateTypeIdThere are two types:
  • WebFormEmail for email payment forms.
  • AddPaymentMethodFormEmail for payment method request forms.