I would like to raise this topic and hopefully somehow get the integration created in Zapier Supabase. Supabase is in many ways a wrapper around Postgres, but its HTTP API offers a lot of advantages over just talking directly to Postgres. When using the HTTP interface we get a lot of the following.
1) Events to WebSockets to trigger ui Websockers so we can build javascript UIs around Zapier!
2) Events to WebHoks so we can trigger Zapier when a table is updated or inserted
3) Storage - this great for vectorizing data etc. For example putting a PDF in their will trigger Zapier or Zapier can be used to upload to Supabase to then trigger the next automation..
I am building a connection right now to Superbase, but I have to build all the connections using just regular HTTP, which is okay. But to have an integration I could just use would be ideal.
I can give more examples if needed.
Thanks


