I have setup a simple workflow that needs to send an email based on records retrieved from a table in Supabase. This works fine when manually testing it… but this workflow is missing start trigger in Pipedream.
I would like workflow to be triggered as a result of a new record being added to this Supabase table… how do I configure Workflow to do that?
Supabase supports both Postgres DB Triggers and Real-time notifications; latter I think requires use of SUpabase JS SDK.