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