ONLINE
Deliverability Letter

Connect Ruby on Rails to Bento

Connect Ruby on Rails to Bento

Use the Bento Ruby on Rails SDK for controllers, jobs, and services—made for Rails conventions.
Bento Logo

Fast Setup • Easy Cancellation • 30 Day Free Trial

Ready to dive deeper?

Explore our comprehensive Rails Sdk integration documentation and examples to get the most out of your automation.

Everything you need to ship fast

Rails‑native

simple initializer

Events & purchases

Flows on save

Background jobs

Sidekiq/Resque

Newsletters + transactional

one place

Your Rails 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 Rails SDK makes it happen with Ruby-native integration.

5 minutes

to first automation

Zero config

visual automation builder

Real Results

higher customer lifetime value

Built for Rails developers who follow convention over configuration

Gem Install Ready

Install via RubyGems, works with Rails conventions and Active Record callbacks.

Real-time Event Capture

Stream events directly into Bento with ActiveJob and background processing via Sidekiq.

Enterprise Security

Built with Rails security best practices and enterprise-grade data protection.

Multi-Environment Support

Works with development, staging, and production environments seamlessly.

Everything you need for Ruby on Rails email marketing and automation

Rails‑native

simple initializer

Events & purchases

Flows on save

Background jobs

Sidekiq/Resque

Newsletters + transactional

one place

GEM

gem 'bento-sdk'

Get up and running with our official Rails SDK in seconds. Full Ruby support and comprehensive documentation included.

Track custom events

Send custom events like user_signed_up, order_completed, page_viewed with clean Ruby hashes.

Bento SDK integrates with your Rails stack

Works beautifully with the gems and platforms you're already using in your Ruby on Rails applications.

Rails

Perfect for Ruby on Rails apps

Sidekiq

Background job processing

Heroku

Heroku & cloud deployment ready

Ruby

Idiomatic Ruby code included

Get started in 3 simple steps

1

Install

gem install bento-sdk

Add the official SDK or connect the integration.

2

Configure

rails credentials:edit && set BENTO_API_KEY=...

Add your keys and basic settings.

3

Send your first event

Bento.track(event: 'user_signed_up', email: 'user@example.com')

Trigger a Flow and see it live.

Real ways teams use this

Welcome series

Send a warm welcome on account creation.

event: user_signed_up → welcome

Abandoned cart

Rescue near‑purchases.

event: checkout_started → rescue

Dunning

Automate failed payment comms.

event: billing_failed → dunning

Newsletter

Ship weekly updates to segments.

broadcast: newsletter → segment: active

Tired of your current email provider?

We'll help you move from
Klaviyo
to Bento.
No hassle. No surprises. Just better email.

Frequently Asked Questions

Rails versions?

Supports modern LTS Rails. See docs for matrix.

Where do I call it?

Controllers, jobs, or service objects.

Is it thread‑safe?

Use one client per request/job for safety.