Test the unhappy paths safely.
Simulate delivery, bounce, complaint, and suppression results before a customer is ever involved.
One platform for customer email and SMS messaging across every project. Developers and authorized coding agents use the same scoped keys, simulator, and delivery records.
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 <billing@acme.com>",
to: "customer@example.com",
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 workspace.
Projects keep each product’s identity and activity separate. Delivery logs show what happened. Suppressions help stop repeat sends before they leave.
Give an agent a project-scoped key. It can send email, read inbound messages from a verified receiving domain, and inspect delivery records through MCP or REST. You choose the project, domains, and capabilities.
Start free with transactional email, then move into Pro or Scale for bundled transactional and marketing volume. Additional accepted recipients stay pay as you go.
Need a detail we missed? Talk with us.
Yes. Use the simulator and its test recipients to check delivered, bounced, complained, and suppressed outcomes without contacting a real inbox.
Pro and Scale include both paths in one workspace and one subscription. Free includes transactional email and simulator testing.
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 simulator send.