Connect Supabase to Bento
Connect Supabase to Bento
Ready to dive deeper?
Explore our comprehensive Supabase Sdk integration documentation and examples to get the most out of your automation.
Everything you need to ship fast
Functions
call Bento on triggers
Auth & row changes
event sources
Fast Flows
real‑time lifecycle
Secure
minimal secrets surface
Your Supabase app is already tracking users. Now turn that data into revenue.
Every signup, purchase, and interaction can trigger personalized campaigns that keep customers engaged and drive repeat business. The Bento Supabase SDK makes it happen with ready-to-use templates and minimal configuration.
to first automation
visual automation builder
higher customer lifetime value
Built for Supabase developers who need simplicity
Ready-to-use Templates
Pre-built Supabase Functions and triggers for common marketing workflows.
Event-driven Integration
Trigger Bento flows from auth events, database changes, and custom functions.
Secure by Default
Built with Supabase security practices and minimal API surface area.
Edge Function Ready
Works seamlessly with Supabase Edge Functions and global deployments.
Everything you need for Supabase email marketing and automation
Functions
call Bento on triggers
Auth & row changes
event sources
Fast Flows
real‑time lifecycle
Secure
minimal secrets surface
clone https://github.com/bentonow/bento-supabase-sdk
Get up and running with our official Supabase SDK in seconds. Templates and comprehensive documentation included.
Track auth events
Send auth events like signups, logins, and password resets directly to Bento workflows.
Bento SDK integrates with your Supabase stack
Works beautifully with the frameworks and tools you're already using in your Supabase applications.
Perfect for Edge Functions
Seamless Auth integration
Database triggers & webhooks
Full JavaScript/TypeScript support
Get started in 3 simple steps
Install
clone @bentonow/supabase-sdk
Use the included Templates
Configure
Set env: BENTO_API_KEY + SITE_UUID
Add your keys and basic settings.
Send your first event
await bento.track({ event: 'user_signed_up', email: 'user@example.com' })
Trigger a Flow and see it live.
Real ways teams use this
Welcome on signup
Welcome users from auth triggers.
auth.signup → welcome
Usage milestones
Celebrate first actions.
row_insert → feature_used → message
Reactivation
Nudge inactivity cohorts.
no events 30d → nudge
Announcements
Broadcast from segments.
broadcast → app_users
Tired of your current email provider?
No hassle. No surprises. Just better email.
Explore more integrations
Connect Bento with your entire tech stack. Choose from our comprehensive library of SDKs, platform integrations, and framework guides.
Development Kits
.NET SDK
ASP.NET & Web API tracking
Elixir SDK
Phoenix & OTP tracking
Go SDK
High-performance tracking
JavaScript SDK
Client-side tracking
Laravel SDK
Eloquent & Artisan tracking
Next.js SDK
React & SSR tracking
Node.js SDK
Server-side tracking
PHP SDK
Web application tracking
Python SDK
Django & Flask tracking
Rails SDK
Ruby on Rails tracking
Rust SDK
Systems-level tracking
Swift SDK
iOS & macOS tracking
WordPress SDK
Plugin development tracking
Platform Integrations
Bento Forms
Native form builder
Bubble
No-code app integration
ClickFunnels
Sales funnel automation
Google Tag Manager
Tag management system
Make
Workflow automation
n8n
Open-source automation
Segment
Customer data platform
SendOwl
Digital product sales
Shift4Shop
E-commerce platform
Shopify
E-commerce automation
SMS & WhatsApp (Twilio)
Multi-channel messaging
Stripe
Payment processing events
Tracking Script
Universal web tracking
Webflow
Visual web design
Webhooks
HTTP event callbacks
WooCommerce
WordPress e-commerce
WordPress
CMS integration
Zapier
App automation platform
Don't see your tech stack? We're always adding new integrations. Contact us on Discord to request help with an integration.
Frequently Asked Questions
How do I deploy?
Bundle with Supabase Functions or server components.
Secrets?
Store API keys in Supabase secrets; rotate regularly.
Scaling?
Designed for event bursts and queues.