> 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-nl/marketplace-pakketten-en-power-ups/power-ups/mail-naar-werkbon/werkbon-drop-modus-instellen.md).

# Werkbon Drop-modus instellen

**Werkbon Drop** hiermee kun je e-mailbestanden handmatig verwerken.

Dit is handig voor het testen van configuraties of het zelf converteren van specifieke e-mails.

### Wat WorkOrder Drop doet

Je uploadt of sleept een e-mailbestand in `.eml` formaat.

OutSmart verwerkt dat bestand met dezelfde actieve mailconfiguraties die worden gebruikt in de Conversations-modus.

### WorkOrder Drop configureren

{% stepper %}
{% step %}

### Open Mail to WorkOrder

Ga naar **Automatiseringen** → **Mail to WorkOrder**.
{% endstep %}

{% step %}

### WorkOrder Drop inschakelen

Inschakelen **Werkbon Drop** op de configuratiepagina.
{% endstep %}

{% step %}

### Sleep een e-mailbestand

Sleep een `.eml` bestand naar de neerzetzone.
{% endstep %}

{% step %}

### Controleer het resultaat

Controleer of de e-mail overeenkwam met een configuratie en een werkbon heeft aangemaakt.
{% endstep %}
{% endstepper %}

### Wanneer gebruik je het

Gebruik WorkOrder Drop wanneer:

* je veilig een nieuwe regel wilt testen
* je een mislukte e-mail wilt onderzoeken
* je e-mailexports uit een ander systeem ontvangt

### Veelgestelde vragen

<details>

<summary>Welk bestandstype ondersteunt WorkOrder Drop?</summary>

Gebruik `.eml` e-mailbestanden.

</details>

<details>

<summary>Kan ik WorkOrder Drop en Conversations-modus samen gebruiken?</summary>

Ja.

Ze kunnen dezelfde configuraties gebruiken.

</details>

<details>

<summary>Wat als het bestand niet overeenkomt met een configuratie?</summary>

Er wordt geen werkbon aangemaakt.

Controleer de logbestanden en de matchingsregels.

</details>

### Gerelateerde onderwerpen

* [**Conversations-modus instellen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/mail-naar-werkbon/conversations-modus-instellen.md)
* [**Mailconfiguraties maken en beheren**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/mail-naar-werkbon/mailconfiguraties-aanmaken-en-beheren.md)
* [**Bekijk logs en bewaak de limieten**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/mail-naar-werkbon/bekijk-logs-en-bewaak-limieten.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-nl/marketplace-pakketten-en-power-ups/power-ups/mail-naar-werkbon/werkbon-drop-modus-instellen.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.
