> ## 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.

# Auto-forwarding emails to Parabola

> The final step for a truly automated email ingestion pipeline: setting up auto-forwarding rules with your email provider. 

## Why this matters

Right now, for an email to trigger your flow, it has to be sent directly to your Parabola email address. Auto-forwarding removes that manual step entirely. **Emails that arrive in your regular inbox — from vendors, carriers, or any other sender — can automatically route to Parabola based on rules you define.**

This is what makes the **Extract from email** step truly hands-free.

<Note>
  This lesson walks through setup in **Gmail**, but the same logic applies to Outlook and most other email providers.
</Note>

***

## Video overview

<iframe src="https://www.loom.com/embed/5761be8a58f444d2b005902eee69cb23" title="Loom video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

## Step-by-step instructions

### 1. **Prepare your Extract from Email step in Parabola**

<Note>
  When you first add a forwarding address in Gmail, it sends a verification email to confirm the destination is valid. That verification email will land in your Parabola flow — so you'll need to configure the step to receive it before setting up forwarding.
</Note>

<Steps>
  <Step>
    In your Parabola flow, drag in a new **Extract from Email** step.
  </Step>

  <Step>
    Configure it to **pull in email content**, not just attachments.
  </Step>

  <Step>
    Click **Update Results** to save this configuration.
  </Step>
</Steps>

<Tip>
  You'll use this address to forward emails into your Parabola flow. Don't forget to copy this email address.
</Tip>

### 2. **Set up forwarding in Gmail**

<Steps>
  <Step>
    Go to Gmail → click the **gear icon** → **See all settings**.
  </Step>

  <Step>
    Navigate to the **Forwarding and POP/IMAP** tab.
  </Step>

  <Step>
    Click **"Add a forwarding address."**
  </Step>

  <Step>
    Paste the email address from your Parabola step and click **Next → Proceed**.
  </Step>
</Steps>

### 3. **Confirm the Gmail forwarding request via Parabola**

<Steps>
  <Step>
    Back in Parabola, wait for the Parabola flow to run from receiving the verification email.
  </Step>

  <Step>
    Click to **"View email content"** and click on the auto-forwarding link
  </Step>

  <Step>
    Follow Parabola's prompt to view an external URL
  </Step>

  <Step>
    Once you're on the confirmation URL, click **"Confirm"**
  </Step>
</Steps>

<Check>
  Gmail will now recognize the Parabola address as a valid forwarding destination.
</Check>

### 4. **Create a Gmail filter to automatically forward specific emails**

<Steps>
  <Step>
    In Gmail, go to **Settings → Filters and Blocked Addresses** → **Create a new filter**.
  </Step>

  <Step>
    Set criteria such as:

    * **From**: `nycwarehouse@gmail.com`
    * **Subject**: `New York City Warehouse Inventory`
    * **Has attachment**: ✅
  </Step>

  <Step>
    Click **Create filter**, then:

    * Check **Forward it to** and select your verified Parabola email address.
    * Click **Create filter**.
  </Step>
</Steps>

### 5. **Clean up your flow (If necessary)**

<Steps>
  <Step>
    If you created a temporary **Extract from Email** step just for the verification, you can now delete it.
  </Step>

  <Step>
    Your Parabola flow will continue to receive the filtered, auto-forwarded emails daily.
  </Step>
</Steps>

## Other troubleshooting tips

* If you do not see the email content come into the flow after a few minutes, double-check the email settings on that step/flow. Click on the gear icon in the lefthand side of the step where it says "view all flow email settings". Make sure the checkbox "Reject emails that do not contain valid attachments" is unchecked.
* If it is already checked, check your email inbox for an email with the subject line, "Sorry, we were unable to process your email attachment". The verification link from gmail should be available in the email content of this email. Click on the verification link and you should have successful verified this forwarding address!

***

<Card icon="sparkles" title="Building challenge">
  There's no building challenge associated with this lesson. Revisit these steps when you're ready to officially configure your auto-forwarding rules.
</Card>
