Aliasify

Business Features

Discover all the exclusive features of the Business plan

The Business plan offers advanced features for developers and businesses.

Developer API

Integrate Aliasify into your applications with our complete REST API.

Use Cases

  • Automated testing — create aliases for your E2E tests
  • User registration — verify emails during signup
  • Monitoring — receive alerts on dedicated aliases
  • Scraping — use throwaway aliases for your crawlers

Integration Example

import { Aliasify } from '@junkmail/sdk';

const junkmail = new Aliasify('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 aliases.

Benefits

  • Brandingcontact@your-company.com instead of xyz@junkmail.site
  • Trust — recipients see your brand
  • Control — full management of your aliases

Setup

  1. Add your domain in the settings
  2. Configure DNS records
  3. Verify the domain
  4. Create aliases on your domain

Webhooks

Receive real-time notifications when events occur.

Available Events

  • email.received — new email received
  • email.deleted — email deleted
  • address.created — alias created (legacy event name; payload represents an alias)
  • address.expired — alias expired (legacy event name)

Example

{
  "type": "email.received",
  "data": {
    "emailId": "email_123",
    "from": "noreply@example.com",
    "subject": "Votre commande"
  }
}

Analytics

Track the usage of your aliases and inbound emails.

Available Metrics

  • Number of aliases 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