AutomationRuleTriggeringLogic interface

Describes automation rule triggering logic.

Properties

conditions

The conditions to evaluate to determine if the automation rule should be triggered on a given object.

expirationTimeUtc

Determines when the automation rule should automatically expire and be disabled.

isEnabled

Determines whether the automation rule is enabled or disabled.

triggersOn
triggersWhen

Property Details

conditions

The conditions to evaluate to determine if the automation rule should be triggered on a given object.

conditions?: AutomationRuleConditionUnion[]

Property Value

expirationTimeUtc

Determines when the automation rule should automatically expire and be disabled.

expirationTimeUtc?: Date

Property Value

Date

isEnabled

Determines whether the automation rule is enabled or disabled.

isEnabled: boolean

Property Value

boolean

triggersOn

triggersOn: string

Property Value

string

triggersWhen

triggersWhen: string

Property Value

string