Services Plugins FAQs

Supabase Upsert Database via Backend Workflow

Hi there,

Using the Supabase Pro plugin, is there a way to insert/update/upsert a Supabase table via a backend workflow? Ie, I have a scheduled API that collects new information every half an hour, and it needs to write to the Supabase DB.

Thanks.