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"
}
}
}
]
}
]
Related Articles
Flag events with a specific primary category
In this article, you will find the rules document for flagging events with a specific primary category. Before you begin To learn how to access the rules page, refer to this article. Flag events with a specific primary category Note: This is a ...
Flag events that have a label from a specific category
In this article, you will find the rules document for flagging events that have a label from a specific category. Before you begin To learn how to access the rules page, refer to this article. Flag events that have a label from a specific category ...
Flag events that contain a specific label
In this article, you will find the rules document for flagging events that contain a specific label. Before you begin To learn how to access the rules page, refer to this article. Flag events that contain a specific label Note: This is a complete ...
Flag events within a specific time window
In this article, you will find the rules document for flagging events within a specific time window. Before you begin To learn how to access the rules page, refer to this article. Flag events within a specific time window Note: This is a complete ...
Flag events missing labels from a required category
In this article, you will find the rules document for flagging events missing labels from a required category. Before you begin To learn how to access the rules page, refer to this article. Flag events missing labels from a required category Note: ...