Refresher course for consultants

Your company employs many consultants and you want to make sure they remain aware of the most important procedures of your company.

ItemDescriptionRule type
PagesYour crucial training documents are spread out across Confluence, but they all have the label "internal_procedure".LABEL
PeopleAll consultants use email addresses from a specific domain provided by your company: "external.radbee.com"USER_EMAIL_DOMAIN
RuleYour company requires your consultants to read the documents as soon as they start their work with you, but you want them to refresh their knowledge every two months (60 days).REFRESHER
{
    "rules": {
            "name": "consultant_refresher",
            "pageFilter":
                    {
                        "type": "LABEL",
                        "value": "internal_procedure"
                    },
            "userFilter": {
                    {
                        "type": "USER_EMAIL_DOMAIN",
                        "value": "external.radbee.com"
                    },
            "ruleTypes":
                {
                    "ruleType": "REFRESHER",
                    "arguments": [
												{"argument": "REFRESH INTERVAL DAYS", "value": "60"}
                    ]
                }
            }
				}
}