FeatureFuel
2

UI to manage webhook triggers

Source: supabase/supabase#33789 · opened by @toobulkeh
Love how simple database webhooks operate today.
But we're limited by the types of webhook triggers, as they're only available (in the UI) for INSERT, UPDATE, or DELETE row actions or operations.

It would be great to be able to filter these more. There's a specific UPDATE we'd like to monitor (and be notified about) based on a column change. Today, we have to send all updates and have the receiving system filter it, which is wasteful (and for our receiver system, counts as an "execution" which costs $$.

It would be ideal to be able to filter the update based on the column switch using a WHERE clause in the UI, instead of manipulating the SQL itself.

I've seen similar things in a search, but with different proposed solutions. This _might_ be the easiest solution, but I'm not sure.

Thank you!

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests