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.

Designer definition

ItemDescriptionType
PagesYour crucial training documents are spread out across Confluence, but they all have the label "internal_procedure".Pages label
UsersAll 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).Training refresher check box

JSON definition

{
    "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"}
                    ]
                }
            }
				}
}