Property | Type | Description | Mandatory |
---|---|---|---|
actions/ruleRecurrenceSettings | Array | Defines how an action is repeated when this rule is triggered. For example, that an SMS is sent repeatedly every few minutes. “ruleRecurrenceSettings” : { “repeatFrequency” : NumberInt(5), “maxNumberOfOccurrences” : NumberInt(5) } | |
ruleRecurrenceSettings/repeatFrequency | Integer | The interval, in minutes, after which to repeat the action. | |
ruleRecurrenceSettings/maxNumberOfOccurrences | Integer | The maximum number of times to repeat the action. |