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.
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
Send
Call the API, or compose from the dashboard, from any address you’ve verified.
Deliver
Goes out through Amazon SES from your own domain, so it lands in the inbox, not spam.
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.
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.