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

    Interface FlowActionHubspotUpsertContactParams

    interface FlowActionHubspotUpsertContactParams {
        connection_id: string;
        email: string;
        properties?: FlowActionHubspotUpsertContactParamsProperty[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    connection_id: string
    email: string