Getting payload information for row that caused Supabase Database Webhook to execute
Hi, is there a way to get the payload information for whatever row caused a Supabase Database Webhook to execute? This article mentions something about the payload https://supabase.com/blog/supabase-functions-updates but I am not sure how to get this payload. The reason I need this info is so that when a row is INSERTed / UPDATEd I can send a push notification via one of my serverless endpoints with custom text related to the row that caused the supabase webhook to run.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.