Blocks

Supabase

Use Supabase database

Integrate with Supabase to manage your database, authentication, storage, and more. Query data, manage users, and interact with Supabase services directly.

Back to Catalog
Toolssupabase

Block Preview

Supabase

Supabase

Use Supabase database

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the supabase block with monitoring enabled in production.

Inputs (UI)

Operation

dropdown

Layout: full

Options: Read All Rows, Insert Rows

Project ID

short-input

Placeholder: Your Supabase project ID (e.g., jdrkgepadsdopsntdlom)

Layout: full

Table

short-input

Placeholder: Name of the table

Layout: full

Client Anon Key

short-input

Placeholder: Your Supabase client anon key

Layout: full

Data

code

Placeholder: { "column1": "value1", "column2": "value2" }

Layout: full

Condition: operation = "insert"

Inputs (API)

operation

string

Required

Required for tool calls

projectId

string

Required

Required for tool calls

table

string

Required

Required for tool calls

apiKey

string

Required

Required for tool calls

data

string

Optional

Required for tool calls

Outputs

Primary response type:

{
  "message": "string",
  "results": "json"
}

Tool Access

supabase_querysupabase_insert
Supabase | NowFlow Blocks