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

    Interface FlowActionHubspotEnrollContact

    interface FlowActionHubspotEnrollContact {
        id: string;
        alias?: string;
        type: "HUBSPOT";
        action: "ENROLL_CONTACT";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionHubspotEnrollContactParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "HUBSPOT"
    action: "ENROLL_CONTACT"
    allow_failure?: boolean
    mask_output?: boolean