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
  • AU: Authenticator
  • AP: Enrollment Approver
  • EA: Enrollment Approval
  • EF: Enrollment Finalization
  • EV: Enrollment Verification
  • XN: Expiration Notification
  • PL: Plugin
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