Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional approvalThe approval outcome to match. Used with CASE_REVIEW_APPROVED triggers.
Optional changeThe kind of attribute change to match. Allowed values: VALUE_ADDED, VALUE_DELETED, ANY_CHANGES. Used with ATTRIBUTE_VALUE_CHANGED triggers.
Optional fieldThe case attribute field name to monitor for changes. Used with ATTRIBUTE_VALUE_CHANGED triggers.
Optional fromThe originating status name. Used with STATUS_TRANSITIONED triggers to match transitions from this status.
Optional toThe destination status name. Used with STATUS_TRANSITIONED triggers to match transitions to this status.
Generated using TypeDoc
Additional configuration for the trigger, dependent on the trigger type. For
STATUS_TRANSITIONEDtriggers, specifyfrom_status_nameandto_status_name. ForATTRIBUTE_VALUE_CHANGEDtriggers, specifyfieldandchange_type.