I’m trying to create an app in the HubSpot developer account so I can use the HubSpot - Watch Notifications (Instant) in Make. I’m not sure what I’m doing wrong, but I keep getting a “Bad Request” error every time I try to install the app in my regular HubSpot account. I’ve contacted HubSpot customer service, but they say the error is on the Make side. More specifically, the Redirect URL that I’m supposed to use. I’ve tried the following:
I’m also not sure if I should use the Sample install URL (OAuth) that HubSpot autogenerates or if I need to structure it the way ChatGPT suggests below (swap out “YOUR_CLIENT_ID” with actual client ID):
It’s possible that I’m not picking the right Scopes, but the ones I’ve checked (and set to “Conditionally required”) are:
OAuth (required)
crm.objects.contacts.read
crm.objects.contacts.write
crm.objects.custom.read
crm.objects.custom.write
crm.schemas.contacts.read
The goal is ultimately to watch changes in a custom HubSpot column that will serve as a trigger for my automation to start.
Any attempt to help me solve this would be GREATLY appreciated!!
Fredrik