Connect .NET to Bento
Connect .NET to Bento
Ready to dive deeper?
Explore our comprehensive Dotnet Sdk integration documentation and examples to get the most out of your automation.
Everything you need to ship fast
ASP.NET friendly
clean DI and config
Events & purchases
trigger Flows on save
Background services
reliable delivery
Strong typing
great DX
Your .NET 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 .NET SDK makes it happen with strongly-typed, reliable integration.
to first automation
visual automation builder
higher customer lifetime value
Built for .NET developers who demand reliability
NuGet Package Ready
Install via Package Manager, works with dependency injection and minimal APIs.
Real-time Event Capture
Stream events directly into Bento with async/await patterns and background services.
Enterprise Security
Built with .NET security best practices and enterprise-grade data protection.
Cross-platform Support
Works with .NET 6+, ASP.NET Core, Blazor, and containerized deployments.
Everything you need for .NET email marketing and automation
ASP.NET friendly
clean DI and config
Events & purchases
trigger Flows on save
Background services
reliable delivery
Strong typing
great DX
Install-Package Bento.Sdk
Get up and running with our official .NET SDK in seconds. Full C# support and comprehensive documentation included.
Track custom events
Send custom events like UserSignedUp, OrderCompleted, PageViewed with strongly-typed C# models.
Bento SDK integrates with your .NET stack
Works beautifully with the frameworks and tools you're already using in your .NET applications.
Perfect for ASP.NET Core APIs
Seamless Blazor integration
Azure Functions & App Services
Full C# type safety included
Get started in 3 simple steps
Install
dotnet add package Bento.Sdk
Add the official SDK or connect the integration.
Configure
BENTO_API_KEY=... BENTO_SITE_UUID=...
Add your keys and basic settings.
Send your first event
client.Track(new Event { Name = "user_signed_up", Email = "user@example.com" });
Trigger a Flow and see it live.
Real ways teams use this
Onboarding
Kick off a welcome series on new account creation.
event: user_signed_up → welcome
Billing
Automate dunning on failed payments.
event: invoice.payment_failed → dunning
Post‑purchase
Send how‑tos and review requests.
event: order_completed → series
Reactivation
Nudge inactive users back.
segment: inactive_30d → re‑engage
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
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
Supabase SDK
Database event 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
Which .NET versions are supported?
Modern LTS releases for .NET are supported; see docs for the matrix.
Can I use DI?
Yes. Register the client in your service container and inject where needed.
Is batching available?
Yes, batch imports are supported for high‑volume workloads.