Coming Soon

Documentation

We are working hard to bring you comprehensive documentation. Sign up to be notified when docs are available.

What to Expect

API Reference

Complete API documentation with examples

Quick Start Guide

Get up and running in 5 minutes

SDKs & Libraries

Official SDKs for Java, Node.js, Python

Webhooks

Real-time delivery event notifications

API Preview

quick-start.js
// Quick Start Example
import { PigeonMailer } from '@pigeonmailer/sdk';

const pigeon = new PigeonMailer({
  apiKey: 'your-api-key'
});

// Send a notification
await pigeon.send({
  to: '[email protected]',
  channel: 'email',
  template: 'welcome',
  data: {
    name: 'John',
    company: 'Acme Inc'
  }
});

Get Notified

Be the first to know when our documentation launches. We will also send you early access to our API and SDKs.

Be the first to know when we launch. No spam, ever.

In the Meantime

Check out these resources while you wait.