Trigger automate based on different object types

Is it possible to execute an action / logic by monitoring different object types? (ie) if any of the x object types gets a new object, then it should execute an action / logic.

The final action is creating and updating an object per category id. So, if i setup different automates for different object types, they will all run the action at the same time if multiple OTs get data at the same time and the final action risks running into conflicts.

A workaround I came up with: Move my trigger object types to be created via actions (function backed) and whenever those object types get created / updated, I will create a common “tracker” object type. My automate will monitor this tracker object type and trigger the final action whenever a new object is created in the tracker object type.