Interface TriggerActions

interface TriggerActions {
    functions: TriggerFunction[];
    mailers: TriggerMailer[];
}

Properties

Properties

functions: TriggerFunction[]

List of functions to execute when the trigger is activated

mailers: TriggerMailer[]

List of emails to send when the trigger is activated