Integrations
NoticeAPI Email API Integrations
Code-first guides for wiring NoticeAPI into real apps. Start with the stack you use, test through the sandbox simulator, then send production email from verified domains.
Integration pattern
Server-side keys, simulator first, verified domains for production.
Use REST, the Node SDK, or SMTP depending on your stack. The same send path gives you logs, webhooks, suppressions, quota checks, and deliverability autopilot.
Stack guides
Send email from the code you already run.
Next.js
Send from App Router route handlers, Server Actions, auth flows, and webhook jobs with server-side keys.
Node.js
Use the zero-dependency NoticeAPI SDK in Express, Fastify, queues, workers, and scripts.
Nodemailer
Relay existing Nodemailer mail through smtp.noticeapi.com on port 465 with implicit TLS.
Foundation