Frodo Library - v4.0.0-24
    Preparing search index...

    Interface EmailTask

    interface EmailTask {
        bcc: string | WorkflowExpression;
        cc: string | WorkflowExpression;
        nextStep: { condition: string; outcome: string; step: string }[];
        object: Record<string, string | number | boolean>;
        templateName: string;
        to: string | WorkflowExpression;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bcc: string | WorkflowExpression
    cc: string | WorkflowExpression
    nextStep: { condition: string; outcome: string; step: string }[]
    object: Record<string, string | number | boolean>
    templateName: string
    to: string | WorkflowExpression