# Email trigger (IMAP)

The **Email Trigger connector** connects to an IMAP email server and monitors a specified mailbox for incoming emails. When a new email is received, the connector triggers the workflow and makes the email data available for further processing.

This connector can be used to automate tasks such as processing incoming requests, extracting information from emails, or triggering notifications based on received messages.

### Basic Operations <a href="#basic-operations" id="basic-operations"></a>

* **Receive Email:** The connector monitors the configured mailbox and triggers the workflow whenever a new email is received.

### Configuration Fields <a href="#node-reference" id="node-reference"></a>

* **Mailbox Name:** Specifies the mailbox from which incoming emails should be received.
* **Action:** Determines whether the email should be marked as **read** after it is received by the workflow.
* **Download Attachments:** When enabled, any attachments included in the email will be downloaded and made available as part of the workflow data.


---

# Agent Instructions: 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:

```
GET https://imbrace.gitbook.io/imbrace-documentation/workflows/email-trigger-imap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
