I’m currently building a custom n8n node for CommerceTools and noticed that across all existing n8n nodes, triggers appear as standalone types without any grouping mechanism. For CommerceTools, we have multiple related webhook events (e.g., OrderCreated, CustomerUpdated, etc.) that would ideally be grouped under a single “CommerceTools Trigger” category for better UX in the node selector.
I have done that, now I want to show the triggers in groups where triggers of a certain type should be shown under a single section heading, please refer the media where you can see actions grouped, my requirement is to group the triggers like the actions.
Let me know if any other information is needed, thank you !
I tried to look through the existing nodes with multiple triggers and it doesnt seem like any of them have the same grouping element as with Actions. My assumption at this point is that grouping is only possible on Actions