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!
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.
Comments
Similar requests
Retrieve list of users by ID
1 vote · 0 comments
Better indication for webhooks (and link them!) in triggers view
2 votes · 0 comments
Migration file shows service role key for Webhook Triggers
3 votes · 0 comments
Webhook event structure in GoTrue to fire off when user is created
2 votes · 0 comments
Email & SMS providers, and the status of webhook-triggered custom providers
3 votes · 0 comments
No comments yet.