You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could use better documentation about the different auth types apiKey, oauth2, and personalaccesskey and also how to set the local environment variables to utilize each of these properly.
For example:
apiKey requires setting HUBSPOT_API_KEY and HUBSPOT_PORTAL_ID
oauth2 requires setting HUBSPOT_CLIENT_ID HUBSPOT_CLIENT_SECRET and HUBSPOT_PORTAL_ID
personalaccesskey requires setting HUBSPOT_PERSONAL_ACCESS_KEYHUBSPOT_REFRESH_TOKEN and HUBSPOT_PORTAL_ID
Also some more info on how to use environment variable configs.
Description and Context
We could use better documentation about the different auth types
apiKey
,oauth2
, andpersonalaccesskey
and also how to set the local environment variables to utilize each of these properly.For example:
apiKey requires setting
HUBSPOT_API_KEY
andHUBSPOT_PORTAL_ID
oauth2 requires setting
HUBSPOT_CLIENT_ID HUBSPOT_CLIENT_SECRET
andHUBSPOT_PORTAL_ID
personalaccesskey requires setting
HUBSPOT_PERSONAL_ACCESS_KEY
HUBSPOT_REFRESH_TOKEN
andHUBSPOT_PORTAL_ID
Also some more info on how to use environment variable configs.
Who to Notify
@PaulJKim
The text was updated successfully, but these errors were encountered: