Supabase

supabase.com

Supabase is a developer-first platform built around PostgreSQL that helps teams store, manage, and act on data quickly. With real-time friendly data access patterns, flexible SQL querying, and webhook capabilities, it’s widely used to power product backends and business applications that need reliable data operations and event-driven automation.

With Supabase connected, BOBs can treat your PostgreSQL as a live operational system—writing new records, updating existing ones, and upserting data so it stays consistent even when events arrive out of order. BOBs can also query and count records to make decisions, route work, and generate the next best actions based on what’s currently stored in your database.

Because Supabase supports webhook-driven events, BOBs can react the moment something changes (like a new row arriving or a webhook event firing). That enables reliable, event-triggered automations such as synchronizing orders or leads into other tools, maintaining clean reference data, enforcing business rules, and orchestrating multi-step processes across your business stack without manual checking.

What can BOBs do with Supabase?

Perform actions

  • Batch Insert Rows
  • Count Rows
  • Delete Row
  • Insert Row
  • Remote Procedure Call
  • Select Row
  • Update Row
  • Upsert Row

Listen to real-time events

  • New Row Added
  • New Webhook Event (Instant)