Skip to content

How to write filtered events for notifications ?#

Filtered Event

Filtered event example: "Case severity has been updated to High or Critical"

Selecting “FilteredEvent” opens an empty field where we set our custom filter. The filters will apply to the audit of every actions that are happening in your organization. When there is a match, a notification is sent.

Operators#

Filters must be JSON formatted and can use following operators:

  • and
  • or
  • _not
  • _any
  • _lt
  • _gt
  • _lte
  • _gte
  • _ne
  • _eq
  • _is
  • _startsWith
  • _endsWith
  • _id
  • _between
  • _in
  • _contains
  • _like
  • _match