REST Hooks Event batched

Hi, i was reading REST hook docs here Rest Hook Documentation - Keap Developer Portal its written that Hook Events are batched, can any one tell me in single Event payload how many max object_keys are sent? i’ve subscribed to event_key ‘invoice.add’ and im receiving some time one and some time multiple even_objects in payload but im not sure how many max number of event_key IS sends?

Thanks

Hi @pagedesigner, the max number of events we will send in a single REST Hook payload is 1000. I will look into getting the documentation updated to reflect this information.

thanks, can you tell me is there any diff of ‘invoice.add’ and ‘order.add’ in Hooks event types? If i disable send invoice on successful payment in IS will invoice.add hook be created and sent to my URL?