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

# Email API Overview

> Telnyx Email API — a full email platform with sending, receiving, inboxes, templates, tracking, suppression management, and deliverability tools.

The Telnyx Email API is a full email platform — not just a send endpoint. It combines transactional sending, bi-directional inboxes, deliverability tooling, and event tracking into a single API built on the same infrastructure that powers Telnyx's global messaging network.

## What you can build

| Capability             | What it does                                                                                                 |
| ---------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Send email**         | Transactional and marketing email with HTML, attachments, scheduling, idempotency, and batch sending         |
| **Receive email**      | Full inboxes with threads, labels, drafts, replies, forwarding, and sender filters                           |
| **Track everything**   | Open tracking, click tracking, unsubscribe tracking, and a complete event lifecycle from queued to delivered |
| **Manage reputation**  | Automatic suppressions, unsubscribe groups, deliverability monitoring, and domain reputation scoring         |
| **Use templates**      | Liquid-templated email templates with variable auto-extraction                                               |
| **Validate addresses** | Single and batch email validation to reduce bounces before you send                                          |
| **Own your domain**    | Full DKIM/SPF/DMARC support with automated DNS record generation and verification                            |
| **Instant onboarding** | Shared domain for two-minute sends with zero DNS setup                                                       |

## Architecture

Telnyx Email runs on the same global infrastructure that powers Telnyx's messaging network. You get:

* **REST API** for all operations — sending, inbox management, domain configuration, suppressions, and events
* **Webhooks** for real-time delivery and engagement events (queued, sent, delivered, bounced, opened, clicked, unsubscribed)
* **Polling** for on-demand event retrieval via `GET /email_events`
* **Fully managed** — no mail server setup, no IP warmup, no MTA configuration

## Getting started

The quickest path to your first send:

1. **[Quickstart: Send Your First Email](/docs/messaging/email/quickstart)** — two-minute send with a shared domain, or full custom domain setup
2. **[Sending Email with the Telnyx API](/docs/messaging/email/send-email)** — complete send guide with attachments, templates, scheduling, idempotency, tracking, and batch sending
3. **[Manage Inboxes](/docs/messaging/email/inboxes)** — receive, read, reply, forward, and organize email through the API
4. **[Webhooks & Events](/docs/messaging/email/webhooks-events)** — subscribe to real-time delivery and engagement events

## API surfaces

| Surface            | Endpoint prefix             | Guide                                                             |
| ------------------ | --------------------------- | ----------------------------------------------------------------- |
| Messages           | `/email_messages`           | [Sending Email](/docs/messaging/email/send-email)                 |
| Inboxes            | `/email_inboxes`            | [Manage Inboxes](/docs/messaging/email/inboxes)                   |
| Threads            | `/email_threads`            | [Manage Inboxes](/docs/messaging/email/inboxes)                   |
| Domains            | `/email_domains`            | [Email Domains & DKIM](/docs/messaging/email/domains)             |
| Validation         | `/email_validations`        | [Email Validation](/docs/messaging/email/validation)              |
| Templates          | `/email_templates`          | [Email Templates](/docs/messaging/email/templates)                |
| Suppressions       | `/email_blocks`             | [Suppressions & Unsubscribes](/docs/messaging/email/suppressions) |
| Unsubscribe Groups | `/email_unsubscribe_groups` | [Unsubscribe Groups](/docs/messaging/email/unsubscribe-groups)    |
| Events             | `/email_events`             | [Webhooks & Events](/docs/messaging/email/webhooks-events)        |

<Callout type="info">
  **Email API is in invite-only beta.** Access is limited to accounts with the `email.beta_access` capability enabled. [Contact us](mailto:support@telnyx.com) to request access.
</Callout>
