user-1
(User 1)
January 17, 2023, 11:59pm
1
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.?
user-2
(User 2)
January 17, 2023, 11:59pm
2
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
user-2
(User 2)
January 17, 2023, 11:59pm
3
Are you trying to use a private app token from HubSpot?
user-1
(User 1)
January 17, 2023, 11:59pm
5
thanks though - I have a private app token setup as well but hubspot doesnt let me use webhooks with it
user-2
(User 2)
January 17, 2023, 11:59pm
6
I forget — are you able to manually enter HTTP URLs in HubSpot?
user-1
(User 1)
January 17, 2023, 11:59pm
7
so I wanted to see if I could instead setup a new App to connect to which exposed webhooks
user-1
(User 1)
January 17, 2023, 11:59pm
9
No - they don’t provide webhooks for private apps from what I can tell
user-2
(User 2)
January 17, 2023, 11:59pm
10
Ah ok. And you can’t manually configure HTTP webhooks within your HubSpot account? (independent of the Pipedream integration)
user-1
(User 1)
January 17, 2023, 11:59pm
11
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
user-1
(User 1)
January 17, 2023, 11:59pm
12
not sure why they do it this way - but kind of annoying
user-1
(User 1)
January 17, 2023, 11:59pm
13
and your App doesnt use hooks but rather polling
user-2
(User 2)
January 17, 2023, 11:59pm
14
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?
user-1
(User 1)
January 17, 2023, 11:59pm
15
yes + you dont have the association source trigger which I need as well
user-2
(User 2)
January 17, 2023, 11:59pm
16
> and your App doesnt use hooks but rather polling
Yea, this is a known gap right now that we are tracking here
user-1
(User 1)
January 17, 2023, 11:59pm
17
but I guess I will be stuck writing an node trigger to get the associations and subsequent associated companies and contacts for deals
user-2
(User 2)
January 17, 2023, 11:59pm
18
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?
user-1
(User 1)
January 17, 2023, 11:59pm
19
Yea - I dont think the public Hubspot app will work - I keep getting an error saying it lacks certain permissions or features it requires…
user-1
(User 1)
January 17, 2023, 11:59pm
20
I am just going to try another method for now