APIs & Integrations

du-it
Participant

How does the structure of a webhook notification look-like?

SOLVE

I currently don't get my webhook run on HTTPS so I want to continue simulating the webhook notification using Postman by now. Is there any URL to find out the structure (surely JSON) of those HubSpot notifications being sent to the webhook? 

0 Upvotes
1 Accepted solution
jackcoldrick
Solution
HubSpot Employee
HubSpot Employee

How does the structure of a webhook notification look-like?

SOLVE

Hi @DU,

 

If you are using the webhook action within a HubSpot workflow the structure of the payload is shown within the "Using webhooks workflows" article on our developer docs. Alternatively if you are using the "Webhooks API" to subscribe to changes occurring within a portal you can look at the structure here under the heading "Webhooks payloads".

 

If you are looking to test in more detail you could consider using something like "RequestBin.com" to capture any data being POSTed from HubSpot. For example here is one I have used in the past to test the "Webhook action in a workflow":

 

and here is one I've used to test our "Webhooks API":

 

I hope this helps.

 

Regards,

Jack 

 

 

Jack Coldrick
Solutions Engineer @ HubSpot
Add me on LinkedIn

View solution in original post

3 Replies 3
jackcoldrick
Solution
HubSpot Employee
HubSpot Employee

How does the structure of a webhook notification look-like?

SOLVE

Hi @DU,

 

If you are using the webhook action within a HubSpot workflow the structure of the payload is shown within the "Using webhooks workflows" article on our developer docs. Alternatively if you are using the "Webhooks API" to subscribe to changes occurring within a portal you can look at the structure here under the heading "Webhooks payloads".

 

If you are looking to test in more detail you could consider using something like "RequestBin.com" to capture any data being POSTed from HubSpot. For example here is one I have used in the past to test the "Webhook action in a workflow":

 

and here is one I've used to test our "Webhooks API":

 

I hope this helps.

 

Regards,

Jack 

 

 

Jack Coldrick
Solutions Engineer @ HubSpot
Add me on LinkedIn
du-it
Participant

How does the structure of a webhook notification look-like?

SOLVE

Thank you, Jack.

 

Currently I don't use webhooks over workflows but the links you told me are what I was looking for. I will try out your suggestions using requestbin.com seeing if it will be notified about any property changes in HubSpot CRM. Robot Happy 

jackcoldrick
HubSpot Employee
HubSpot Employee

How does the structure of a webhook notification look-like?

SOLVE

@du-it ,

No problem glad it helped! 

Best, 

Jack

Jack Coldrick
Solutions Engineer @ HubSpot
Add me on LinkedIn
0 Upvotes