Webhook Package doesn't contain Deal ID

I’m trying to use a webhook when a deal is created to then grab all the data from that deal (from a get record module in Integromat). I need to use the Deal ID to retrieve this data and then push it to Monday.
There is no reference at all to the Deal ID in the webhook data. Is there anyway to get this ID?

@JCrane1 , you should see an objectId returned which is the equivalent to the deal id

Hi @dennisedson
I get a much shorter integer of 7 numbers in my payload, not the 10 that would be a deal ID.
This is a webhook triggered from a deal stage change and the output data is downloaded via integromat.

Can anyone offer any help please?

@Teun ,

Do you get a similar response as @JCrane1 ?

Hi @dennisedson and @JCrane1 ,

To be able to test this, I need a bit more info. Did you use a regular webhook or a webhook extension in a workflow? Or did you use the webhook API?
I can try to reproduce your setup and see what response I get.

Hi @Teun
Sorry, I’m extremely new to Hubspot and I’m doing this on behalf of a customer.

What a think maybe the issue is that the webhook seems to be connect to the contacts, even though the trigger is ‘deal stage’. I’ve created a new one to effect deals. This should resolve it? Perhpas the object_id was a contact ID rather than the deal ID I need.
Many thanks!

Hi @JCrane1 ,

That makes sense! I think you solved it yourself.