SendBY UPLIFT
Uplift internal tools

Email infrastructure
for every app you ship.

One API to send transactional email, schedule recurring sends, and track delivery status — built for every product under the Uplift umbrella.

send.sh
curl https://send.useuplift.live/api/v1/send \
  -H "Authorization: Bearer sbu_live_9f2c…" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "user@example.com",
    "subject": "Welcome to Aggregator",
    "html": "<p>You're in.</p>"
  }'
{
  "success": true,
  "data": {
    "id": "3f2e1a9c…",
    "status": "sent"
  }
}

Send in one request

POST a recipient, subject, and body. We handle delivery through Resend and log every attempt.

Schedule recurring sends

Daily digests, weekly reports, monthly reminders — describe the cadence once, we handle the rest.

Track every send

Poll a send's status by id, or watch it live in the dashboard. Nothing goes out silently.

Every app gets its own project.

Uplift, Portfolio Tracker, Aggregator Service — each one holds its own API key, scoped to its own sends and schedules.

Scoped API keys per project
Revoke one key without touching another app
Logs and jobs, filtered per project
Uplift3 keys
sbu_live_1a2b••••••••Revoke
sbu_live_7d9f••••••••Revoke