Built on AWS SES with domain setup, REST API access, and business controls

Email Operations.
Built for teams.

Manage subscribers, campaign workflows, API-based sending, and domain setup from a single business workspace.

Domain and sender setup Bearer-authenticated transactional API Campaign builder, segments, and analytics
Platform Features

Email operations from list to delivery

The strongest parts of Flow are the operational controls around sending: verified identities, audience health, dry-run checks, API workflows, webhooks, and analytics.

Verified Sending Setup

Manage business-owned domains, sender identities, and the DNS setup needed before campaign or API traffic starts.

Audience and Segments

Import subscribers, apply tags and custom attributes, then build rule-based segments for targeted campaign sends.

Campaign Dry Runs

Preview estimated reach, exclusions, list health, and bounce risk before a marketer queues the campaign.

Transactional API

Send product emails with bearer API keys and inspect message state from the dashboard.

POST /api/transactional/v1/send/

Webhooks and Triggers

Send signed campaign events to your app and use inbound events to trigger email workflows.

Analytics and List Health

Review opens, clicks, bounces, complaints, transactional email status, webhook attempts, and export bounced contacts.

For Developers

Built for Developers,
loved by Marketers.

A REST API for transactional sends, dashboard API docs, Python examples, and campaign event webhooks.

Bearer API Keys

Secure API keys per business. Rotate them from the dashboard when needed.

Campaign Event Webhooks

Queue webhooks for campaign delivery events and keep execution history for retries and debugging.

Variable Substitution

Pass any subscriber attribute: , , custom fields.

send_email.py Python
import requests

# Flow by DababonPro — Transactional API
API_KEY  = "your_api_key_here"
BASE_URL = "https://flow.dababon.pro"

def send_welcome_email(user):
    resp = requests.post(
        f"{BASE_URL}/api/transactional/v1/send/",
        headers ={
            "Authorization": f"Bearer {API_KEY}",
        },
        json={
            "recipient_email": user["email"],
            "subject":   f"Welcome, {user['name']}!",
            "html_body": "<h1>You're in! 🎉</h1>",
            "sender_id": 1,
        }
    )
    return resp.json()

# {"status": "SENT", "message_id": "msg_9f3a"}
Pricing

Start free. Pay as you go.

Every new account gets 500 free credits. No credit card required. Top up when you need more — no subscription.

500
free credits on every new account
1 credit = 1 email sent. Free credits are yours to use right away — no card needed.
Basic
$9
10,000 credits
$0.90 per 1,000
Most popular
Standard
$39
50,000 credits
$0.78 per 1,000
Premium
$69
100,000 credits
$0.69 per 1,000
1 credit
per email sent
Flexible top-ups
add credits when volume grows
No monthly fee
pay only for what you send

How many emails do you send per month?

Move the slider to find the right credit pack for your volume.

1K5K10K25K50K100K250K500K
Monthly volume
5,000 emails
Credits needed
5,000
credits
Best pack
Basic — $9
Start with 500 free credits →

No credit card required. Top up any time from your dashboard.

Ready to send from one dashboard?

Create a business account, configure your workspace, and start using the available email operations tools.

Create your account →