Table

message_templates

Description

Message Templates


Column

Format

Description

Definition

Required

Comments

id

integer, primary key

Row identifier

autoincrement

(tick)


co_idinteger, foreign keyCO Record IDcos:id(tick)

description

varchar(128)

Name


(tick)


statusvarchar(2)Status
  • A: Active
  • S: Suspended
(tick)
contextvarchar(2)Message Template context
  • EN: Enrollment Handoff
  • PL: Plugin
(tick)
formatvarchar(4)Type of message body to use with this Template.
  • both: HTML and Plain Text
  • html: HTML
  • text: Plain Text
(tick)
subjectvarchar(256)Message subject template
(tick)
body_texttextMessage body template for Plain Text
If format is both or text
body_htmltextMessage body template for HTML
If format is both or html
ccvarchar(256)Comma separated list of email addresses to cc when this Message Template is used


bccvarchar(256)Comma separated list of email addresses to bcc when this Message Template is used


reply_tovarchar(256)Reply-To address to use when this Message Template is used


  • No labels