Setting the key for an Approval Rule generates an ApprovalRuleKeySet Message.

interface ApprovalRuleSetKeyAction {
    action: "setKey";
    key?: string;
}

Properties

Properties

action: "setKey"
key?: string

Value to set. Must be unique within a Business Unit. If empty, any existing value will be removed.