Business Features
Discover all the exclusive features of the Business plan
The Business plan offers advanced features for developers and businesses.
Developer API
Integrate JunkMail into your applications with our complete REST API.
Use Cases
- Automated testing - Create addresses for your E2E tests
- User registration - Verify emails during signup
- Monitoring - Receive alerts via temporary email
- Scraping - Use disposable addresses for your crawlers
Integration Example
import { JunkMail } from '@junkmail/sdk';
const junkmail = new JunkMail('jm_live_xxxx');
// Créer une adresse pour un test
const address = await junkmail.addresses.create({
alias: `test-${Date.now()}`,
expiresIn: 1 // 1 heure
});
// Attendre un email
const email = await junkmail.emails.waitFor({
addressId: address.id,
timeout: 30000
});
console.log(email.subject); // "Confirmation de votre inscription"
Custom Domains
Use your own domain for more professional addresses.
Benefits
- Branding -
contact@your-company.cominstead ofxyz@junkmail.dev - Trust - Your users see your brand
- Control - Full management of your addresses
Setup
- Add your domain in the settings
- Configure DNS records
- Verify the domain
- Create addresses with your domain
Webhooks
Receive real-time notifications when events occur.
Available Events
email.received- New email receivedemail.deleted- Email deletedaddress.created- Address createdaddress.expired- Address expired
Example
{
"type": "email.received",
"data": {
"emailId": "email_123",
"from": "noreply@example.com",
"subject": "Votre commande"
}
}
Analytics
Track the usage of your addresses and emails.
Available Metrics
- Number of addresses created
- Emails received per period
- Reception rate by domain
- Average response time
- Top senders
Dashboard
The Analytics dashboard displays:
- Usage graphs
- Real-time statistics
- Data export
- Custom alerts
Priority Support
- Guaranteed response time < 4h
- Dedicated support channel
- Integration assistance
- Technical support sessions
Advanced Security
- Complete audit logs
- API key access control
- Automatic secret rotation
- Security alerts