Item bulk action flag

Description

When user selects multiple items on board and performs a bulk action (say status change), monday generates a request per each individual item. Sometimes, there are cases when instead of processing each request individually, app integration logic could be shaped around the bulk update, instead of processing spike of requests.

What are you trying to achieve

It would be helpful to have a flag in the automation request, that signifies that an item, which action is performed on, is part of the bulk update on monday board. Hence, developer can implement a more efficient strategy of dealing with multi-item actions.

When a user selects multiple items on a Monday board and performs a bulk action, such as changing the status of several items at once, Monday currently generates a separate request for each individual item. This behavior can lead to a spike in concurrent requests, resulting in unnecessary load on app integrations and potential rate-limiting issues. It would be more efficient if developers could identify when an action is part of a bulk update. To achieve this, it would be helpful to include a flag or identifier in the automation or webhook payload.