Email API integrations

Your app knows when.
NoticeAPI sends it.

Choose the shortest working path from your framework, runtime, billing event, or auth provider to a customer email.

  • REST API
  • Typed Node SDK
  • SMTP relay
One observable pathFrom product event to recipient result
  1. 01TriggerYour productAuth, billing, or app event
  2. 02DispatchNoticeAPIREST, SDK, or SMTP
  3. 03ResultYour workflowRecipient state or webhook
Test first, verify the sender, then move the same workflow live.
Use the stack you have

A hands-on guide for the tools in your product.

ReactNext.jsNode.jsTypeScriptStripeSupabaseAuth0
Shared production path

Every guide finishes in the same place.

The framework changes. The path from a tested outcome to a verified sender and observable delivery does not.

Read the testing guide
  1. 01Test the outcomeUse simulator recipients for delivered, bounced, complained, and suppressed paths.
  2. 02Verify the senderPublish SPF and DKIM records, then confirm the sender is verified.
  3. 03Ship the workflowSend through REST, the Node SDK, or SMTP from the integration you chose.
  4. 04Return the resultRead the recipient outcome or forward a signed webhook into your app.
Start with one message

Choose the first workflow.

Start in the simulator, then move the same request to a verified production sender.