Hello Hubspot team,
We have Hubspot standard account(The one for storing contacts/lists/forms, it named MSTP, you can see it in screen with ID=7081797), and also I have created second developer account(the first one in screen ID=7281358) I have created an custom APP (App ID=214492 and Client ID=“a3cb094d-ffef-4e0f-ad68-e1bd2ecb1798”) under developer account for using webhook(I already configured webhook endpoint and subscribed to correspoding contact properties and activated each subscription).
We want to add/use this app as App integration from developer account for standard Hubspot account, so that we can catch(be notified by webhook API) contacts subscribe/unsubscribe events in our external custom product. I followed official descriptions how to create/activate App Integration and webhook, but after providing permission by following the endpoint of OAuth2 authorization the app didn’t get activated, Here are the documentations I followed:
Here is the Url I use for OAuth authorization and also I’m logged in in my browser to Hubspot standard account:
https://app.hubspot.com/oauth/authorize?client_id=a3cb094d-ffef-4e0f-ad68-e1bd2ecb1798&scope=contacts%20automation&redirect_uri=https://www.example.com/
after confirmation it redirecting to URL with format Example Domain , so that this mean everything gone ok(as described in App Integration activation docummentation)
But the fact is that App didn’t getting activated, webhook didn’t work and there are no any apps listed in standart Hubspot account Settings->Integrations->Connected apps page,
Please have a look and let me know what is the issue, I have already talked to online Support guy and he forwarded me here into community forumn to ask/find solutions for the problem,
Thank You!
This is screen of both Developer and Standard Hubspot accounts(this is actually the screen it shows when I open OAuth2 authorization URL, and I’m chosing second(the standard contact/lists) account to approve/activate app integration)
