nylas
    Preparing search index...

    Interface RuleAction

    Interface representing a Nylas Agent Account rule action.

    interface RuleAction {
        type: RuleActionType;
        value?: string;
    }
    Index

    Properties

    Properties

    The action to take when the rule matches.

    value?: string

    Required when type is assign_to_folder.