Hi there, I’ve been trying to set an OAUTH2 API credential to connect with HubSpot.
Why don’t I use the native HubSpot OAuth credential?
- Because I need scopes that are not included in the native credential. I’ve managed to connect the native one, but it lacks the requests I need. So I figured I’d do it via HTTP requests node.
I’m trying to create Users in HubSpot via API.
The problem is that I can’t manage to get the URL query parameters right. I’ve tried slicing the authorization URL in every way, didn’t work.
I’ve tried:
- putting the entire URL at the “Authorization URL”
- putting the rest of the URL at “Auth URI Query Parameters” field
- putting just part of the query (like scopes, redirect URL)
Nothing worked. I imagine I’m passing the query parameters wrong. Can you help me get this right, please?
Thank you in advance!!