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.