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

    Interface FlowActionSalesforceCreateLeadParams

    interface FlowActionSalesforceCreateLeadParams {
        connection_id: string;
        first_name?: string;
        last_name: string;
        company: string;
        email?: string;
        phone?: string;
        payload?: FlowActionSalesforceCreateLeadParamsPayload;
    }
    Index

    Properties

    connection_id: string
    first_name?: string
    last_name: string
    company: string
    email?: string
    phone?: string