Skip to main content
Rule violation variables
Variable Description
authorPerson issuing the violation/warning e.g. {{ rule_violation.author.published_name }}
signupPerson receiving the violation/warning e.g. {{ rule_violation.signup.published_name }}
commentComment where the violation occurred e.g. {{ rule_violation.comment.content }}
comment_idComment id e.g. {{ rule_violation.comment_id }}
pagePage where violation occurred e.g. {{ rule_violation.page.name }}
page_idPage id e.g. {{ rule_violation.page_id }}
ruleRule broken e.g. {{ rule_violation.rule.name }}
numberWhat number violation was this for the signup? e.g. {{ rule_violation.number }}