Connect to Supabase projects using host and Service Role secret for server-side operations.
Use Supabase as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
No triggers available
Perform a SELECT query on a table or view. Returns data with optional filtering, counting, and column selection.
Perform an INSERT into the table or view. Pass an object to insert a single row or an array to insert multiple rows.
Perform an UPDATE on the table or view. Must be combined with filters to target specific rows.
Perform an UPSERT on the table or view. Insert if not exists, update if exists based on conflict columns.
Perform a DELETE on the table or view. Must be combined with filters to target specific rows for safety.
Perform a function call to execute Postgres functions as Remote Procedure Calls (RPCs).
Creates a new Storage bucket with specified configuration options.
Retrieves the details of an existing Storage bucket.
Retrieves the details of all Storage buckets within an existing project.
Updates a Storage bucket with new configuration options.
Deletes an existing bucket. A bucket can't be deleted with existing objects inside it. You must first empty the bucket.
Removes all objects inside a single bucket. This action cannot be undone.