APIs & Integrations

Victor_Regpala
Member

Webhook payload when Multiple Deals/Company/Contact are updated

Hi. Based on the documentation (https://developers.hubspot.com/docs/methods/webhooks/webhooks-overview) it is possible to receive multiple notifications in a single request. Question is, is this limited only to changes in a single deal/company/contact? If I have a deal property change subscription to a field e.g. status, and 5 users update the status of 5 different deals, would I get 5 requests with 1 notification in each or a single request with 5 notifications in it? Thanks!

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Webhook payload when Multiple Deals/Company/Contact are updated

Hi @Victor_Regpala,

The batching is generic enough that updates from different objects/subscription types/etc. may be sent together in a single request. There isn't a guarantee that notifications in a given batch share an object/subscription type/etc.

0 Upvotes