Email your customers, simply.
Send transactional email through the API or build campaigns in the dashboard. Delivery events stay with each message.
const res = await fetch("https://buzzzmail.co.za/api/v1/emails", {
method: "POST",
headers: {
Authorization: "Bearer bz_live_9f2c…",
},
body: JSON.stringify({
to: "ada@lovelace.dev",
subject: "Your receipt",
html: "<strong>Thanks for your order.</strong>",
}),
});- free emails every month
- 1,000
- from one dashboard
- Email + SMS
Send product email and campaigns from one workspace.
Use the API for individual messages and the dashboard for list sends, templates, and reporting.
Send from your app or your dashboard
Use the API for receipts, password resets, and notifications; use the campaign builder for newsletters and promotions. Both use the same contacts and delivery history.
See delivery events
See sent, delivered, opened, and clicked events for each message. Bounces show the failed address and reason.
Handle bounces and complaints
Bounces and complaints are handled automatically, so suppressed addresses are excluded from future sends.
Three steps to the first send.
Create your account
Sign in, add your sending domain, and generate an API key.
Send your first email
Send one API request or build a campaign in the dashboard.
Review delivery
Review delivery, open, and click events for each message.
Campaigns use the same templates, contacts, and delivery history as API sends — open the dashboard.
Start emailing your customers today.
Create an account, add your domain, and send your first email.