Email API integrations

Email API integrations for the framework, runtime, and events you already use.

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. TriggerYour productAuth, billing, or app event
  2. DispatchNoticeAPIREST, SDK, or SMTP
  3. ResultYour 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. Test the outcomeUse simulator recipients for delivered, bounced, complained, and suppressed paths.
  2. Verify the senderPublish SPF and DKIM records, then confirm the sender is verified.
  3. Ship the workflowSend through REST, the Node SDK, or SMTP from the integration you chose.
  4. Return 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.