Bulk insert webhook not sending rows data

Hey there, everything is in the title. Happy to help!

Bulk insert, by design will send only inserted record count. We decided to do it this way as the payload in this case could be quite large.

Ok, but I don’t understand how can you get the records then?

@tomgoirand currently, one option is to use list record API sorted by created time. but if you have possibility of back to back bulk insert webhook being triggered, we might need an additional state machine to handle this.