Routing layer

Email Flows

Control which template, provider and sender each API route uses before it enters the queue.

/api/send/like/api/send/open/api/send/reset-password
Flows
9
Configured route-driven email types.
Active
9
Available through /api/send/key.
Transactional
2
Verify, reset password and similar flows.
Locked routing
0
Flows pinned to provider or sender.
How it resolves

Route first, template second, provider last.

The calling app only chooses the route. This portal decides the template and whether delivery should stay automatic or be pinned to a specific SES/custom sender.

1API route

/api/send/[flowKey]

2Flow rules

template, transactional flag, overrides

3Queue routing

quota, warmup and domain health

ActiveEngagement

Asa Emails

/api/send/asa
Template
Automation Hot Members
Provider
Auto route
Sender
Auto sender
ActiveEngagement

Automation Re-Engagement

/api/send/automation
Template
Automation Hot Members
Provider
Auto route
Sender
Auto sender
ActiveEngagement

Like

/api/send/like
Template
Automation Hot Members
Provider
Auto route
Sender
Auto sender
ActiveEngagement

Mass Emails

/api/send/mass
Template
Automation Hot Members
Provider
Auto route
Sender
Auto sender
ActiveEngagement

Open Emails

/api/send/open
Template
Automation Hot Members
Provider
Auto route
Sender
Auto sender
ActiveEngagement

Profile Visit

/api/send/profile-visit
Template
Automation Hot Members
Provider
Auto route
Sender
Auto sender

Add Flow

API Example
POST /api/send/like
x-api-key: dev-email-system-key

{
  "externalUserId": "2100363405",
  "email": "user@example.com",
  "username": "Dusan",
  "variables": {
    "bonusCode": "BONUS10"
  }
}
All Flows9 configured
FlowRouteTemplateProviderSenderStatusEdit
Asa Emails
Engagement
/api/send/asaAutomation Hot MembersAuto routeAuto senderActive
Automation Re-Engagement
Engagement
/api/send/automationAutomation Hot MembersAuto routeAuto senderActive
Like
Engagement
/api/send/likeAutomation Hot MembersAuto routeAuto senderActive
Mass Emails
Engagement
/api/send/massAutomation Hot MembersAuto routeAuto senderActive
Open Emails
Engagement
/api/send/openAutomation Hot MembersAuto routeAuto senderActive
Profile Visit
Engagement
/api/send/profile-visitAutomation Hot MembersAuto routeAuto senderActive
Reset Password
Transactional
/api/send/reset-passwordAutomation Hot MembersAuto routeAuto senderActive
Static Message
Engagement
/api/send/static-messageAutomation Hot MembersAuto routeAuto senderActive
Verify
Transactional
/api/send/verifyAutomation Hot MembersAuto routeAuto senderActive