One API to send transactional email, schedule recurring sends, and track delivery status — built for every product under the Uplift umbrella.
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"
}
}POST a recipient, subject, and body. We handle delivery through Resend and log every attempt.
Daily digests, weekly reports, monthly reminders — describe the cadence once, we handle the rest.
Poll a send's status by id, or watch it live in the dashboard. Nothing goes out silently.
Uplift, Portfolio Tracker, Aggregator Service — each one holds its own API key, scoped to its own sends and schedules.