Send HIPAA compliant email with Node.js
Add secure, transactional email to any Ruby app with the Paubox gem. BAA included, TLS 1.2+ by default.
Integrate with any Node.js application
Whether you're building a REST API with Express, a full-stack app with Next.js, a service with NestJS, or a background worker, the Paubox SDK fits right into your stack.
const pbMail = require('paubox-node');
const service = pbMail.emailService();
const message = pbMail.message({
from: 'sender@yourdomain.com',
to: ['recipient@example.com'],
subject: 'Your first Paubox email',
text_content: 'This message was sent with the Paubox Node.js SDK.'
});
const response = await service.sendMessage(message);
console.log('Sent. Tracking ID:', response.sourceTrackingId);
All you need to get started
Resources to help you integrate HIPAA compliant email into your application quickly.
API reference
Understand every REST endpoint and parameter available to your application.
Check docsHealthcare teams ship faster on Paubox
"Using Paubox Email API for our system notifications saves our customers time, saves them trouble, and gives them more information."

"The ease of implementation was really, really helpful. And is still helpful today because we were able to prototype and release new features easily."

Send 300 emails per month, free
Integrate HIPAA compliant email in minutes — easy for recipients to read, available in 10 languages.
