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

# Settings & configurations

> When you first open an Extract from email step, a configuration panel opens on the left. This lesson serves as an overview of the settings and how you can customize the step based on your workflow. 

***

## Your flow's email address

At the top of the panel is the unique email address for this flow. Any email sent to this address will trigger the flow/step to run and pull in data.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/esxwBF7LMMne-a_y/images/step-email-address.png?fit=max&auto=format&n=esxwBF7LMMne-a_y&q=85&s=b77816cb36cfe290ae9d7e05a4e92d85" alt="Step Email Address" width="648" height="178" data-path="images/step-email-address.png" />
</Frame>

<Tip>
  All Extract from email steps within the **same flow** share one email address. Different flows each get their own unique address.
</Tip>

### Flow email settings

Below to the email address is a **gear icon**. Clicking it opens the flow email settings modal, where you'll find advanced configuration options.

It's worth knowing that the options exist, but for your first flow, the default settings will likely do the trick.

| Setting                                     | What it does                                                   |
| ------------------------------------------- | -------------------------------------------------------------- |
| **Reject emails without valid attachments** | Only processes emails that include a supported file attachment |
| **Only process CSV/TSV files**              | Ignores any attachment that isn't a CSV or TSV                 |
| **Run the flow once per email** *(default)* | One flow run is triggered per email received                   |
| **Regenerate email address**                | Creates a new unique email address for this flow               |
| **Run the flow once per attachment**        | One run is triggered per file — useful for batch emails        |

<Note>
  **Run once per attachment** is especially powerful when vendors send multiple invoices or reports in a single email. Each file will be processed independently and in the order it was received.
</Note>

***

## Pull data from

This dropdown controls what data source the step reads from.

<Tabs>
  <Tab title="Email attachment">
    Reads only from the file attached to the email. The email subject, body, and sender info are not included.
  </Tab>

  <Tab title="Email content">
    Reads from the email itself — subject, body, sender, etc. — without looking at any attachment.
  </Tab>

  <Tab title="Email content and attachment">
    Reads from both. This is how you bring in file metadata (like file name and file URL) alongside attachment data in the same step.
  </Tab>
</Tabs>

***

## File attachment type

Once you've chosen your data source, a second dropdown appears for the **file attachment type**. Options include:

* **CSV/TSV**
* **Excel**
* **JSON**
* **PDF (with AI)**
* **PDFs (multiple formats, with AI)**

Lessons 3–6 cover each file type in depth.

***

## File URL access

When **Email content + attachment** is selected, you get the option to pull in a `file_url` — a Parabola-generated link that lets anyone with access download the original file from their browser.

<Tip>
  The `file_url` is especially useful for audit workflows. Include it in your exported data or reports so reviewers can always trace a row back to its source document.
</Tip>

You control who can access this URL:

* **Anyone with the link**
* **Anyone within your Parabola team**
* **Only those with flow access**

***

## What's next

Now that you know where everything lives, let's put it to work. The next lesson covers extracting data from CSV and Excel file attachments.

***

<Card icon="toolbox" title="Building challenge">
  Within your flow, add an **Extract from email** step onto the canvas, either by asking Parabola to add the step or using the search bar.
</Card>

<Accordion title="Check your work">
  <Frame>
    <img src="https://mintcdn.com/parabola-7119dfb0/6Jf2AKOqreDrivib/images/Screenshot2026-02-27at11.34.06AM.png?fit=max&auto=format&n=6Jf2AKOqreDrivib&q=85&s=259f1ac8887231a2f1947b1558dd44b6" alt="Screenshot2026 02 27at11 34 06AM" width="1288" height="792" data-path="images/Screenshot2026-02-27at11.34.06AM.png" />
  </Frame>
</Accordion>
