@stigg/node-server-sdk - v4.22.1

    Type Alias HubspotCredentialsInput

    Input configuration for HubSpot integration

    type HubspotCredentialsInput = {
        authorizationCode: Scalars["String"];
        refreshToken?: InputMaybe<Scalars["String"]>;
    }
    Index

    Properties

    authorizationCode: Scalars["String"]

    Authorization code for HubSpot

    refreshToken?: InputMaybe<Scalars["String"]>

    Refresh token for HubSpot

    MMNEPVFCICPMFPCPTTAAATR