How does the structure of a webhook notification look-like?
解決
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?
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":
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":
How does the structure of a webhook notification look-like?
解決
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.