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?
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.
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.