Page tree
Skip to end of metadata
Go to start of metadata

Table

cm_co_message_templates

Description

Per-CO Message Templates

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

co_id

integer, foreign key

CO ID

cm_cos:id

 

description

varchar(256)

Description of this message template

 

 

contextvarchar(2)Message context
  • EA: Enrollment Approval
  • EV: Enrollment Verification
  • XN: Expiration Notification
As of v3.3.0, EA templates are also available for denial messages

cc

varchar(256)

Comma separated list of addresses to cc

 

 

bcc

varchar(256)

Comma separated list of addresses to bcc

 

 

message_subjectvarchar(256)Message subject  
message_bodytextMessage body  

status

varchar(2)

Template status

  • A: Active
  • S: Suspended

A suspended template cannot be added to new contexts.

  • No labels