Is an email

Overview

Sifflet Is an email Monitor Template is a field-level format validation monitor. It accepts string fields and fails if the monitored field contains data that do not fulfil email format conditions.

As Code

Monitor Kind: FieldFormat All the format monitors are grouped under the FieldFormatMonitor kind.

format.kind: Email A format kind needs to be set to Email to use the Email mode of the FieldFormat as code monitor.

field:

parameters:
  kind: FieldFormat
  field: E_MAIL
  format:
    kind: Email

Filtering and grouping

Field format Monitors allow for filtering and grouping parameters.

parameters:
  kind: FieldFormat
  field: E_MAIL
  format:
    kind: Email
  whereStatement: NOT invalid
  groupBy:
    field: COUNTRY

Time Window ( Beta )

📘

Beta

Field format Monitors now allow time window parameters.

Thresold Settings ( Beta )

📘

Beta

Field format Monitors now allow threshold configuration