Skip to main content

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

ActionDescription
Validate EmailCheck the validity of a single email address using Enrichley.

Plan requirements

A paid Enrichley plan with API access is required.

Setup

1

Get your Enrichley API key

Copy your API key from your Enrichley profile.
2

Add the Enrichley action in Pipedream

In your Pipedream workflow, click + Add a step → search for Enrichley → select Validate Email.
3

Connect your Enrichley account

Click Connect Enrichley and paste your Enrichley API key.
4

Wire up the email input

Pass the email to validate — usually from an upstream trigger or workflow variable — into the action’s email field.
5

Test the workflow

Run a test event. The action returns the full Enrichley validation response, which downstream steps can branch on.

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