Additional configuration for the trigger, dependent on the trigger type. For STATUS_TRANSITIONED triggers, specify from_status_name and to_status_name. For ATTRIBUTE_VALUE_CHANGED triggers, specify field and change_type.

Hierarchy

  • AutomationRuleTriggerData

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
approvalType?: string

The approval outcome to match. Used with CASE_REVIEW_APPROVED triggers.

changeType?: string

The kind of attribute change to match. Allowed values: VALUE_ADDED, VALUE_DELETED, ANY_CHANGES. Used with ATTRIBUTE_VALUE_CHANGED triggers.

field?: string

The case attribute field name to monitor for changes. Used with ATTRIBUTE_VALUE_CHANGED triggers.

fromStatusName?: string

The originating status name. Used with STATUS_TRANSITIONED triggers to match transitions from this status.

toStatusName?: string

The destination status name. Used with STATUS_TRANSITIONED triggers to match transitions to this status.

Generated using TypeDoc