> ## Documentation Index
> Fetch the complete documentation index at: https://docs.emailr.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Emailr documentation

> Send transactional and marketing email, receive replies, and automate email workflows from one platform.

Emailr is an email platform for product teams. Use the HTTP API to send email, manage contacts and broadcasts, receive and reply to customer email, and connect delivery events to your application.

## Start here

<CardGroup cols={2}>
  <Card title="Send your first email" icon="paper-plane" href="/docs/guides/send-with-nodejs">
    Send a transactional email with the API.
  </Card>

  <Card title="Set up a sending domain" icon="globe" href="/docs/guides/dashboard/domains/introduction">
    Authenticate your domain and verify its DNS records.
  </Card>

  <Card title="Build a shared inbox" icon="inbox" href="/docs/guides/dashboard/inbox/introduction">
    Receive, organize, and reply to customer email.
  </Card>
</CardGroup>

## What you can build

* **Transactional email:** send password resets, receipts, notifications, and product messages through the API.
* **Marketing email:** manage contacts, segments, topics, templates, and broadcasts with unsubscribe handling.
* **Two-way email:** create inboxes on verified domains, receive messages, organize threads, and reply from the dashboard or API.
* **Automations:** react to email events with signed webhooks and connect inbound workflows to Supabase, Slack, Zapier, or n8n.
* **Multi-region delivery:** choose a supported sending region when data location or latency matters.

<Note>
  The API Reference is generated from Emailr's OpenAPI specification. If a method is not present there, do not assume it is supported.
</Note>
