Is a phone number

Overview

Sifflet Is a phone number 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 phone number format conditions.

As Code

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

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

field: the field that the monitor should check the format of

parameters:
  kind: FieldFormat
  field: PHONE_NUMBER
  format:
    kind: Phone

Filtering and grouping

Field format Monitors allow for filtering and grouping parameters.

parameters:
  kind: FieldFormat
  field: PHONE_NUMBER
  format:
    kind: Phone
  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