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

# Pipedream

> Validate emails inside any Pipedream workflow.

Pipedream is an integration platform built for developers — connect APIs, schedule jobs, and build serverless workflows fast. The Enrichley component lets any Pipedream workflow validate an email with a single step.

## What you can do

| Action             | Description                                                   |
| ------------------ | ------------------------------------------------------------- |
| **Validate Email** | Check the validity of a single email address using Enrichley. |

## Plan requirements

A paid [Enrichley plan](https://app.enrichley.io/plans) with API access is required.

## Setup

<Steps>
  <Step title="Get your Enrichley API key">
    Copy your API key from your [Enrichley profile](https://app.enrichley.io/profile).
  </Step>

  <Step title="Add the Enrichley action in Pipedream">
    In your Pipedream workflow, click **+ Add a step** → search for **Enrichley** → select **Validate Email**.
  </Step>

  <Step title="Connect your Enrichley account">
    Click **Connect Enrichley** and paste your Enrichley API key.
  </Step>

  <Step title="Wire up the email input">
    Pass the email to validate — usually from an upstream trigger or workflow variable — into the action's `email` field.
  </Step>

  <Step title="Test the workflow">
    Run a test event. The action returns the full Enrichley validation response, which downstream steps can branch on.
  </Step>
</Steps>

## Use cases

* **Form submission validation** — validate emails as soon as a form is submitted (HTTP trigger), then branch.
* **Scheduled list cleaning** — run a Pipedream cron that pulls a list, validates each email, and writes results back.
* **Multi-tool orchestration** — combine Enrichley with any of Pipedream's 3,000+ other integrations.

## Get help

* **Pipedream's listing for Enrichley:** [pipedream.com/apps/enrichley](https://pipedream.com/apps/pipedream/integrations/enrichley)
* **Enrichley support:** [support@enrichley.io](mailto:support@enrichley.io)
