What is the ReturnURL for an existing Hubspot App?

This topic was automatically generated from Slack. You can find the original thread here.

I am trying to setup my own App in Hubspot so that I can create Webhooks rather than polling the API - but I need to provide it a ReturnURL after the app gets installed - so, do you know what the returnURL is for the existing Hubspot App ? I think I can use that since all the oauth stuff is the same.?

I don’t think that’ll work if you use the same Redirect URI that the production Pipdream/HubSpot OAuth app uses, but you’re welcome to give it a try:

https://api.pipedream.com/connect/oauth/oa_gp2iPq/callback

Are you trying to use a private app token from HubSpot?

yea - it didnt work

thanks though - I have a private app token setup as well but hubspot doesnt let me use webhooks with it

I forget — are you able to manually enter HTTP URLs in HubSpot?

so I wanted to see if I could instead setup a new App to connect to which exposed webhooks

You mean for webhooks?

No - they don’t provide webhooks for private apps from what I can tell

Ah ok. And you can’t manually configure HTTP webhooks within your HubSpot account? (independent of the Pipedream integration)

no - but if you have a developer account you could create a new app and add webhooks to it if it is a public app

not sure why they do it this way - but kind of annoying

and your App doesnt use hooks but rather polling

Gotcha… okay so your primary goal is webhook-based sources, so you don’t want to wait the polling interval with the current HubSpot sources?

yes + you dont have the association source trigger which I need as well

> and your App doesnt use hooks but rather polling
Yea, this is a known gap right now that we are tracking here

but I guess I will be stuck writing an node trigger to get the associations and subsequent associated companies and contacts for deals

If you were able to use that trigger with your own custom HubSpot app that you created, would that work? Or is there a blocker to creating a public HS app?

Yea - I dont think the public Hubspot app will work - I keep getting an error saying it lacks certain permissions or features it requires…

I am just going to try another method for now