Retry without a second email
Attach an order, token, or job reference to the send. If the request runs again, NoticeAPI returns the original result instead of sending another email.
Send password resets, receipts, verification links, and billing notices without accidental duplicates. If your app retries a request, NoticeAPI returns the first result and keeps a clear delivery history for support.
Attach an order, token, or job reference to the send. If the request runs again, NoticeAPI returns the original result instead of sending another email.
Store repeated email templates and fill in the details at send time. Add PDFs, invoices, and reports on paid-plan API sends.
Keep the subject, content, and recipient result for the retention window so support can inspect what the customer received.
See whether the message was accepted, delivered, bounced, blocked, or reported. NoticeAPI can send those updates back to your app.
Resets and receipts need less flourish and more evidence: retry protection, stable templates, and a message record support can inspect.
See a password reset flowUse the reset token, order id, invoice id, or job id so retries return the original send result instead of creating another message.
Keep the repeated body in NoticeAPI and pass only the variables your app knows at send time.
Look up subject, HTML, text, recipient state, and the delivery timeline when support needs the exact message.
Use the sandbox sender during development, then move production traffic to a verified domain. Free real sending also needs a card on file.
Use the order, reset-token, or job reference your app already has. In the API, this field is Idempotency-Key. Reusing it prevents an accidental second message.
Create reset, verification, receipt, and alert templates with merge variables your app fills at send time.
Check message status or send delivery updates back to your app when an email arrives, bounces, or is blocked.
Receipts and password resets use your verified domain, block known bad addresses, keep a delivery history, and pause risky sending before it harms the rest of your account.
Yes. Free includes simulator testing, 3,000 transactional emails per month, and one verified domain. Add a card through Stripe to activate production sending; outbound REST attachments require a paid plan.
Yes. REST sends support attachments with base64 content on paid plans. SMTP attachments are not supported; simulator sends can test the payload shape.
Yes. Add sendAt to a normal send request to schedule delivery up to 30 days ahead, then cancel or reschedule through the email API.
Add the same order, reset-token, or job reference to every retry. NoticeAPI returns the first send result instead of creating another email.
Simulator outcomes are free. Move to a verified domain when the path is ready.