APIs & Integrations

eggsy84
Member

Webhook Trigger in test account

SOLVE

Hi there

 

I've created a webhook trigger and am attempting to have it fire from my developer test account (ID 7051634)

 

I've got through the authentication flow for my test app (ID 212191) and didn't get any errors but my WebHooks still are not firing. I've had webhooks successfully working for my main live account so just wondering whether it is something that only works in live production accounts?

0 Upvotes
1 Accepted solution
eggsy84
Solution
Member

Webhook Trigger in test account

SOLVE

Yeah that sorted it thanks for the pointer @Derek_Gervais 

 

In case it helps anyone here is the sample POST I performed in PostMan after following the instructions here:

 

https://developers.hubspot.com/docs/faq/installing-an-app

 

 

Screenshot 2020-02-08 at 11.18.13.png

 

View solution in original post

4 Replies 4
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Webhook Trigger in test account

SOLVE

Hey @eggsy84 ,

 

Based on the installed apps page in your test account, it doesn't look like the app(s) you're referring to was fully installed. Did you complete the OAuth flow and request refresh/access tokens? That final step is required to activate webhook notifications.

0 Upvotes
eggsy84
Member

Webhook Trigger in test account

SOLVE

Hi @Derek_Gervais 

 

Many thanks for the quick response!

 

Yeah possibly haven't done all the required steps.

 

I've copied the URL generated on the Auth section of the app.

 

Popped that into the browser, selected the right HubSpot account and then done grant access before being redirected to my redirect URL.

 

Are there further steps I should do? I did search the forums and seen others mentioned the second part but couldn't find any a specific guide if you have a link?

0 Upvotes
eggsy84
Member

Webhook Trigger in test account

SOLVE

Searched a little harder

 

Came across this page that outlines second stage 

 

https://developers.hubspot.com/docs/faq/installing-an-app

 

Will review now and post as solution if I manage to get it working

0 Upvotes
eggsy84
Solution
Member

Webhook Trigger in test account

SOLVE

Yeah that sorted it thanks for the pointer @Derek_Gervais 

 

In case it helps anyone here is the sample POST I performed in PostMan after following the instructions here:

 

https://developers.hubspot.com/docs/faq/installing-an-app

 

 

Screenshot 2020-02-08 at 11.18.13.png