The idea is:
Support for flow triggers from events in supabase, such as database changes, broadcasts (custom events)
My use case:
Running flows based on changes in the database. For example, when a new row is inserted into a table, trigger a flow to process that data or notify users.
Or when a custom event is broadcasted, trigger a flow to handle that event.
I think it would be beneficial to add this because:
Currently for running flows based on database changes you have to use the webhook trigger, and in supabase you have to add a trigger to the database to call the webhook. This is not very user friendly and requires additional setup.
Any resources to support this?
Are you willing to work on this?
Possibly, but I have not worked with the codebase of n8n before. I would need some guidance on how to implement this feature.