Newer Version Available

This content describes an older version of this product. View Latest

Reminder Logical Operation Rule Input

Input representation of the logical rule that’s used to configure a reminder.
JSON example
Here’s a sample of the criteria logic to configure the reminder.
1{
2  "rule": {
3    "criteriaLogic": "And",
4    "criteria": [
5      {
6        "operator": "Equals",
7        "field": "Status",
8        "fieldType": "StaticEnum",
9        "value": "Completed"
10      }
11    ]
12  }
13}
Properties
Name Type Description Required or Optional Available Version
criteria

Reminder Date Criteria Input[]

Reminder Decimal Criteria Input[]

Reminder Integer Criteria Input[]

Reminder Text Criteria Input[]

Reminder Boolean Criteria Input[]

Criteria to send the reminder. Required 60.0
criteriaLogic String

Logic type between each criterion within the criteria property. Valid values are:

  • And
  • Or
Required 60.0