Previous Topic: Syntax for Specifying CategoriesNext Topic: Example Category Definitions


Adding Categories to Existing Triggers

To add categories for existing triggers, you need to amend the existing Message to Users setting. Specifically, you must append the new category(ies) to the existing message. Note that the original message must be enclosed in double quotes, followed by an = character, then appended with the category details.

Email trigger example

If the existing setting is:

This email refers to prospective M&A activity and may contravene 
corporate guidelines. Click Cancel to accept this warning.

You can change it to:

"This e-mail refers to prospective M&A activity and may contravene 
corporate guidelines. Click Cancel to accept this warning."=
{
  "<Unauthorized M&A reference>"=
  {"80","Acquisition_reference"}
}

Data At Rest  trigger example

If the existing setting is:

The previous version of this file contained confidential data 
and has been deleted.

You can change it to:

"The previous version of this file contained confidential data 
and has been deleted."=
{"80","Confidential_info"}

More information:

Syntax for Specifying Categories

Example Category Definitions