Reminder Text Criteria Input

Input representation of the text criteria of a reminder.
JSON example
Here’s a sample of the text type criteria to configure the reminder.
{
  "criteria": [
    {
      "operator": "Contains",
      "field": "TextField",
      "fieldType": "Text",
      "value": "reminder-definition"
    }
  ]
}
Properties
Name Type Description Required or Optional Available Version
field String Name of the criteria field of the reminder. Required 60.0
fieldType String

Criteria field type of the reminder. Valid values are:

  • Text
  • Reference
  • StaticEnum
Required 60.0
operator String

Operator between the field and value properties within the reminder criteria property that’s used to configure the reminder. Valid values are:

  • Contains
  • EndsWith
  • Equals
  • NotEquals
  • StartsWith
Required 60.0
value String Value of the text criteria field property of the reminder. Required 60.0