Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FlowActionSendgridSendEmailParams

    interface FlowActionSendgridSendEmailParams {
        connection_id: string;
        from: FlowActionSendgridSendEmailParamsPerson;
        personalizations: unknown[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    connection_id: string
    personalizations: unknown[]