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

# Email inbound

> Use a configured email source when a supplier cannot send structured webhook data.

# Email inbound

An email source can receive supported lead emails and turn them into Airlead records. Airlead must configure the receiving address and authenticated email provider callback for the workspace.

This is not a general email API. Do not call the provider callback directly from a supplier system.

## When to use email

* the supplier cannot send HTTPS JSON
* volume is low enough to monitor parsing
* the email format is stable
* missing structured values can be reviewed

Prefer a source webhook for reliable field values, explicit consent metadata, stable external IDs, and predictable error handling.

## Before production

1. Provide representative synthetic email samples.
2. Agree on sender addresses and authentication.
3. Map subject and body values to person and interest fields.
4. Test repeated-message behavior.
5. Verify malformed and missing-field handling.
6. Confirm that real customer data is not forwarded to an unapproved address.

If the partner can support JSON, continue with [Lead ingest](/developers/lead-ingest).
