APIs & Integrations

andrepln
Participant

Can Webhook group all property's change?

SOLVE

Hi!

I'm having trouble with events on webhook.

It send created after propertyChange. Sometimes it breaks in 3 requests, with 2 properties, and 3, 2, on another request... It's possible to force group all of them in a single request?

1 Accepted solution
IsaacTakushi
Solution
HubSpot Employee
HubSpot Employee

Can Webhook group all property's change?

SOLVE

Hi, @andrepln.

 

Thanks for reaching out.

 

It is not possible to configure the Webhooks API to batch notifications into single requests. The system will attempt to minimize the number of requests, however. For more information on this, please see the "NOTE ON BATCHING" section of the Webhooks API documentation.

 

Regarding the order of notifications (e.g. propertyChange-type notification being sent after a creatednotification), the "NOTE ON ORDER" section of the Webhooks API documentation states:

 

We do not guarantee that you get these notifications in the order they occurred. Please use the occurredAt property for each notification to determine when the notification occurred.

Isaac Takushi

Associate Certification Manager

View solution in original post

0 Upvotes
1 Reply 1
IsaacTakushi
Solution
HubSpot Employee
HubSpot Employee

Can Webhook group all property's change?

SOLVE

Hi, @andrepln.

 

Thanks for reaching out.

 

It is not possible to configure the Webhooks API to batch notifications into single requests. The system will attempt to minimize the number of requests, however. For more information on this, please see the "NOTE ON BATCHING" section of the Webhooks API documentation.

 

Regarding the order of notifications (e.g. propertyChange-type notification being sent after a creatednotification), the "NOTE ON ORDER" section of the Webhooks API documentation states:

 

We do not guarantee that you get these notifications in the order they occurred. Please use the occurredAt property for each notification to determine when the notification occurred.

Isaac Takushi

Associate Certification Manager
0 Upvotes