Has anyone here had a use case of sending webhook event to users, triggered by db change?
Has anyone had a use case for sending users a webhook event?
Where the event will be triggered by a Supabase db data delete, update or create; then fire to users.
Use case: Having a transactions table, when there is a new entry, I want to send an event to the users webhook URL on my application
Where the event will be triggered by a Supabase db data delete, update or create; then fire to users.
Use case: Having a transactions table, when there is a new entry, I want to send an event to the users webhook URL on my application