> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/mail-an-arbeitsauftrag/einfuhrung-in-mail-to-workorder.md).

# Einführung in Mail to WorkOrder

**Mail an Arbeitsauftrag** wandelt eingehende E-Mails in Arbeitsaufträge in OutSmart um.

Sie verwenden es, um Serviceanfragen schneller zu verarbeiten und manuelle Eingaben zu reduzieren.

### Was Mail to WorkOrder Ihnen ermöglicht

* eingehende E-Mails automatisch in Arbeitsaufträge umwandeln
* E-Mails mit Kontakten, Adressen oder Objekten abgleichen
* Standardfelder von Arbeitsaufträgen automatisch ausfüllen
* Daten aus dem Nachrichteninhalt extrahieren
* eine Prüfspur über Protokolle führen

### So funktioniert es

Mail to WorkOrder verarbeitet eingehende E-Mails anhand einer oder mehrerer **Mail-Konfigurationen**.

Jede Konfiguration legt fest, wie eine E-Mail abgeglichen wird und wie der Arbeitsauftrag erstellt wird.

Eine Konfiguration kann Folgendes enthalten:

* eine Absender- oder Betreff-Abgleichsregel
* Regeln für den Kundenabgleich
* vorgegebene Werte für Arbeitsauftragsfelder
* Regex-Regeln zum Extrahieren von Daten aus der Nachricht

### Verarbeitungsmodi

Mail to WorkOrder unterstützt zwei Hauptarten der E-Mail-Verarbeitung:

* **Conversations-Modus** für die automatische Verarbeitung eingehender E-Mails
* **WorkOrder Drop** zum manuellen Ablegen von `.eml` Dateien in BackOffice

### Wann es verwendet wird

Verwenden Sie Mail to WorkOrder, wenn:

* Kunden Anfragen per E-Mail senden
* Sie einen schnelleren Eingang für Arbeitsaufträge möchten
* Sie mit wiederkehrenden E-Mail-Mustern arbeiten
* Sie das manuelle Kopieren von E-Mails in OutSmart reduzieren möchten

### Häufig gestellte Fragen

<details>

<summary>Kann eine E-Mail automatisch einen Arbeitsauftrag erstellen?</summary>

Ja.

Das ist der Kernzweck von Mail to WorkOrder.

</details>

<details>

<summary>Muss ich für jeden Absender einen separaten Workflow haben?</summary>

Nein.

Sie können mehrere Konfigurationen erstellen und dieselbe Einrichtungslogik dort wiederverwenden, wo es nötig ist.

</details>

<details>

<summary>Kann ich E-Mails weiterhin manuell verarbeiten?</summary>

Ja.

Sie können WorkOrder Drop für manuelle Tests oder die manuelle Erfassung verwenden.

</details>

### Verwandte Themen

* [**Mail to Arbeitsauftrag aktivieren**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/mail-an-arbeitsauftrag/mail-to-workorder-aktivieren.md)
* [**Konversationsmodus einrichten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/mail-an-arbeitsauftrag/konversationsmodus-einrichten.md)
* [**Mail-Konfigurationen erstellen und verwalten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/mail-an-arbeitsauftrag/mail-konfigurationen-erstellen-und-verwalten.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/mail-an-arbeitsauftrag/einfuhrung-in-mail-to-workorder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
