Flag events that are NOT a specific category
Flag events that are NOT a specific category
In this article, you will find the rules document for flagging events that are NOT a specific category.
Before you begin
To learn how to access the rules page, refer to this
article
.
Flag events that are NOT a specific category
Note:
This is a complete rules document. In the rules page, copy this JSON into the editor.
[
{
"name": "json1",
"operator": "any",
"rules": [
{
"conditions": {
"all": [
{
"fact": "primaryCategory",
"operator": "notEqual",
"value": "Interview"
}
]
},
"event": {
"type": "flagged",
"params": {
"reason": "Event is not categorized as Interview"
}
}
}
]
}
]