From: Flinkk Mail <hello@flinkk.io>

Send, receive, and track email from one platform

Verify your domain, send through a REST API, and read every reply in a shared inbox your whole team can see — built on Amazon SES.

Sign in with Google or a magic link — no separate signup form.

send.jsPOST /api/client/email/send
const res = await fetch('https://mail.flinkk.io/api/client/email/send', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'api-key': 'YOUR_API_KEY',
  },
  body: JSON.stringify({
    from: 'hello@yourdomain.com',
    to: 'customer@example.com',
    subject: 'Welcome aboard',
    htmlContent: '<p>Glad you’re here.</p>',
  }),
});

How a message moves

1

Send

Call the API, or compose from the dashboard, from any address you’ve verified.

2

Deliver

Goes out through Amazon SES from your own domain, so it lands in the inbox, not spam.

3

Track

Delivery, bounce, open, and click events show up in Logs for every message you send.

Know what happened to every message

Every send is logged with its real delivery status — sent, delivered, bounced, or complained — so you're never guessing whether mail actually arrived.

Deliveredpriya@customer.io
2m ago
Sentjordan@acme.dev
6m ago
Bounceold-address@example.com
14m ago

For developers

  • A REST API for sending — one POST request, JSON in, message out
  • API keys scoped per domain, one for every app or integration
  • Delivery, bounce, open, and click events for every message you send

For teams

  • One shared inbox the whole team reads from — not everyone’s personal client
  • Your own domain, verified with a few DNS records, so mail looks like it’s from you
  • Signatures, drafts, and scheduled sends built in

What's included

Email API

Send transactional or bulk email over a simple REST endpoint.

Custom domains

Verify with DNS records and send as your own domain instead of a shared one.

Shared inbox

Read and reply to incoming mail as a team, threaded, in one place.

Delivery logs

Bounce, delivery, open, and click events, logged for every message.

API keys

Scoped per domain, so each integration only sends from what it owns.

Signatures

Consistent, professional signatures on every message your team sends.

Your first email can be sent in a few minutes

Get started