We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Sep 16, 2020 10:18 AM - edited Sep 16, 2020 11:01 AM
I am working on a custom connector in microsoft flow that needs to know the Authorization, Token, and Refresh URL of my hubspot app. I don't know where to find the Token and Refresh URLs and when I use the Authorization URL to try to connect to my hubspot account from flow it brings up a blank webpage when I am expecting it to bring up the authorization page.
I ended up finding a resource to get the access and refresh tokens, but my request is failing. Here is the screenshot of that...
Solved! Go to Solution.
Sep 17, 2020 11:13 AM
Hi @lballard702 !
I hope you are well. I am wondering if you were able to find these resources of any use
Thanks!
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
Sep 25, 2020 10:40 AM
I figured out that Microsoft Flow automatically appends the redirect url to the authorization url and that's what the problem was. For anyone doing this in the future just make sure your authorization url in flow end with the client id and doesn't have anything following it so that flow can create the link correctly.
Sep 17, 2020 11:13 AM
Hi @lballard702 !
I hope you are well. I am wondering if you were able to find these resources of any use
Thanks!
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
Sep 23, 2020 11:07 AM - edited Sep 23, 2020 11:08 AM
I've been looking at the documentation. It seems like the authorization URL is incorrect. The initial screen after pinging HubSpot for access shows blank still. Here is the URL it is redirecting me too eventhough it's not what I have included as my authorization code in flow which is different.
HubSpot redirect URL:
Microsoft Flow URL:
Sep 25, 2020 10:40 AM
I figured out that Microsoft Flow automatically appends the redirect url to the authorization url and that's what the problem was. For anyone doing this in the future just make sure your authorization url in flow end with the client id and doesn't have anything following it so that flow can create the link correctly.