Test the unhappy paths safely.
Simulate delivery, bounce, complaint, and suppression results before a customer is ever involved.
One API for customer email across every project, with a sandbox built for safe testing and recipient outcomes you can actually see.
MCP and OpenAPI help coding tools understand the surface. The Node SDK, REST API, and SMTP keep the finished integration ordinary and portable.
Send with the typed Node.js SDK, a direct REST request, or the SMTP settings your app already understands. The same logs and delivery controls sit behind each path.
Explore the docsimport { NoticeAPI } from "noticeapi";
const noticeapi = new NoticeAPI(
process.env.NOTICEAPI_API_KEY!
);
await noticeapi.emails.send({
from: "Acme <[email protected]>",
to: "[email protected]",
subject: "Your receipt",
html: "<p>Thanks for your order.</p>",
});Build, test, and operate email without stitching together a different tool for every stage.
Simulate delivery, bounce, complaint, and suppression results before a customer is ever involved.
See the request, message, and delivery timeline together so a support question has a concrete answer.
Separate projects, keys, domains, and logs while managing them from one account.
Projects keep each product’s identity and activity separate. Delivery logs show what happened. Suppressions help stop repeat sends before they leave.
Use MCP or OpenAPI with project-scoped credentials, then review the same activity in NoticeAPI. Your coding workflow gets leverage without becoming a black box.
Start free, then move into Pro or Scale with included transactional and marketing volume. Additional accepted recipients stay pay as you go.
Need a detail we missed? Talk with us.
Yes. Use the sandbox sender and simulator recipients to test delivered, bounced, complained, and suppressed outcomes without contacting a real inbox.
Yes. Free, Pro, and Scale include both paths in one workspace, one package, and one subscription.
Yes. Point a compatible app at smtp.noticeapi.com on port 465 with implicit TLS and an API key as the password.
Start with one project, one sending domain, 3,000 transactional emails, and sandbox testing each month. Add a card to activate production sending; Free itself stays at $0.
Start with one project, one API key, and a sandbox send.