Integrate Supabase with 65+ apps and services
Open-source Postgres-as-a-service. Query, insert, update, and delete rows in any table via PostgREST. Per-workspace credentials point to each business's own Supabase project. Automate storage workflows by connecting Supabase with your favorite apps on Ideople. All within a building experience you will love.
Supported Actions
Call RPC Function
Invoke a Postgres stored function (RPC) on the Supabase project. Use for complex aggregations or transactions.
Check SEO Schema
Check if the SEO monitoring schema tables are bootstrapped in the database. Returns the list of seo_* tables found. Call this before any SEO operations to verify the database is ready.
Count Rows
Count rows in a table matching filters without fetching the data.
Delete Rows
Delete rows matching filters. Dangerous — requires filters to prevent accidental full-table wipes.
Execute SQL
Execute raw SQL via the exec_sql RPC function. Use for CREATE TABLE, ALTER TABLE, and other DDL operations that PostgREST cannot handle. Requires the exec_sql function to be created in the database first. Only available via service_role key.
Insert Rows
Insert one or many rows into a Supabase table. Returns the created rows.
Select Rows
Query rows from a Supabase table using PostgREST filters. Returns matching rows as JSON. Uses the service_role key so bypasses RLS.
Update Rows
Update rows matching filters in a Supabase table. Returns the updated rows.
Upsert Rows
Insert or update rows (based on conflict column). Ideal for idempotent writes.
About Supabase
Open-source Postgres-as-a-service. Query, insert, update, and delete rows in any table via PostgREST. Per-workspace credentials point to each business's own Supabase project. It is used by teams and individuals to automate and streamline their storage workflows. Connect Supabase with Ideople to build powerful AI-powered automations without writing a single line of code.
Related categories
Supabase
Storage
Start automating with Supabase today
Connect Supabase with 65+ other apps. Free to start — no credit card required.