Back to Supabase

Overview

apps/studio/static-data/integrations/webhooks/overview.md

1.26.04281 B
Original Source

Database Webhooks allow you to send real-time data from your database to another system whenever a table event occurs via an HTTP request or an Edge Function. You can hook into three table events: INSERT, UPDATE, and DELETE. These are fired after the row change is committed.