Get started

Introduction

Marketing, transactional email, and customer journeys in one platform.

View as Markdown ↗
Customers Email Bump Every message

Start here

Email Bump gives marketing, product, and support teams one place to create email, automate customer journeys, and understand what happens after each send.

Explore the platform

Use the dashboard for day-to-day work, or connect your application through the transactional API.

Send with the API

Transactional email uses a small HTTP API. Create an API key, authenticate with a bearer token, and send HTML, text, or a saved template.

cURL
curl -X POST https://emailbump.com/api/v1/emails \
  -H "Authorization: Bearer ebk_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "Acme <[email protected]>",
    "to": "[email protected]",
    "subject": "Your order is on the way",
    "text": "We will send tracking details shortly."
  }'
Marketing and transactional email stay connected

API sends appear in the transactional log with delivery and engagement events, while campaigns keep their own audience and performance reporting.