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

# Playbooks

> Ready-to-use n8n, Zapier, and Make workflows to automate email finding, verification, and lead enrichment with the Enrow API

Playbooks are pre-built, ready-to-use workflows that connect the Enrow API to popular automation platforms — [n8n](/playbooks/n8n/getting-started), [Zapier](/playbooks/zapier/getting-started), and [Make](/playbooks/make/getting-started). Copy a workflow, add your [API key](/authentication), customize it, and deploy in minutes — no code required.

## What are Playbooks?

Playbooks are templates you import into your automation platform so you can run Enrow's [Email Finder](/api-reference/email-finder/find-single), [Email Verifier](/api-reference/email-verifier/verify-single), and [Phone Finder](/api-reference/phone/find-single) without building integrations from scratch. Each playbook is self-contained: it includes the nodes, request payloads, and result handling you need to go from a name to a verified contact automatically.

## Which playbooks are available?

Pick the playbook that matches your automation platform. Every playbook authenticates with your Enrow API key in the `x-api-key` header — see [Authentication](/authentication) for how to get and pass the key.

### n8n workflows

<CardGroup cols={2}>
  <Card title="Getting Started with n8n" icon="circle-play" href="/playbooks/n8n/getting-started">
    Learn how to connect Enrow to n8n and make your first API call

    **Difficulty**: Beginner | **Time**: 5 min
  </Card>

  <Card title="Email Enrichment Workflow" icon="envelope-circle-check" href="/playbooks/n8n/email-enrichment-workflow">
    Automatically enrich contacts from Google Sheets with verified emails

    **Difficulty**: Intermediate | **Time**: 15 min
  </Card>

  <Card title="Lead Verification Workflow" icon="shield-check" href="/playbooks/n8n/lead-verification-workflow">
    Verify email lists and remove invalid addresses before campaigns

    **Difficulty**: Beginner | **Time**: 10 min
  </Card>
</CardGroup>

### Zapier workflows

<Card title="Getting Started with Zapier" icon="bolt" href="/playbooks/zapier/getting-started">
  Connect Enrow to Zapier and automate email discovery

  **Difficulty**: Beginner | **Time**: 5 min
</Card>

### Make (Integromat) workflows

<Card title="Getting Started with Make" icon="wand-magic-sparkles" href="/playbooks/make/getting-started">
  Build visual workflows with Enrow and Make

  **Difficulty**: Beginner | **Time**: 5 min
</Card>

## What can I use Playbooks for?

Playbooks cover the most common contact-data automations across sales, marketing, and recruitment. The examples below map directly to the workflows above.

### Sales & prospecting

* **Lead Enrichment**: Add emails to CRM contacts automatically
* **List Building**: Build prospect lists from LinkedIn Sales Navigator
* **Outreach Automation**: Find emails, verify them, and send personalized outreach

### Marketing

* **Email List Cleaning**: Verify your email lists before campaigns
* **Form Enhancement**: Enrich form submissions with additional contact data
* **Event Follow-up**: Find attendee emails from event registration data

### Recruitment

* **Candidate Sourcing**: Find contact info for potential candidates
* **Application Enrichment**: Add emails to applicant data
* **Talent Pool Building**: Build enriched databases of potential hires

## How do I use a Playbook?

Follow these five steps to go from template to a live, automated workflow:

<Steps>
  <Step title="Choose a Playbook">
    Select a workflow that matches your use case
  </Step>

  <Step title="Copy the Workflow">
    Import the workflow JSON into your automation platform (n8n, Zapier, Make)
  </Step>

  <Step title="Add Your API Key">
    Configure the Enrow nodes with your API key from the [dashboard](https://app.enrow.io). See [Authentication](/authentication) for details.
  </Step>

  <Step title="Customize">
    Adjust the workflow to match your specific needs
  </Step>

  <Step title="Activate">
    Turn on the workflow and start automating!
  </Step>
</Steps>

Before scaling a workflow that fires many requests, review [Rate limits](/rate-limits) and [Credits & billing](/credits-billing) so your automation stays within quota and budget. For automations that react to completed searches, see [How webhooks work](/how-webhooks-work).

## Which platform should I choose?

n8n offers the most flexibility for developers, Zapier is the fastest way to set up simple automations, and Make sits in between with a visual builder. The table below compares the three:

| Feature           | n8n                           | Zapier            | Make             |
| ----------------- | ----------------------------- | ----------------- | ---------------- |
| **Pricing**       | Free (self-hosted)            | Starts at \$20/mo | Starts at \$9/mo |
| **Hosting**       | Self-hosted or cloud          | Cloud only        | Cloud only       |
| **Complexity**    | High flexibility              | Simple            | Medium           |
| **Best For**      | Developers, complex workflows | Quick automations | Visual workflows |
| **Enrow Support** | Full API access               | HTTP requests     | HTTP requests    |

## FAQ

<AccordionGroup>
  <Accordion title="Do I need to write code to use a Playbook?">
    No. Playbooks are no-code templates you import into n8n, Zapier, or Make. You only need to add your Enrow API key and adjust a few settings to match your data.
  </Accordion>

  <Accordion title="Where do I get the API key for a Playbook?">
    Sign in at [app.enrow.io](https://app.enrow.io), open the **API** section, and copy your key. Each playbook expects this key in the `x-api-key` header — see [Authentication](/authentication).
  </Accordion>

  <Accordion title="Will running a Playbook consume credits?">
    Yes. Every Email Finder, Email Verifier, and Phone Finder call a workflow makes consumes credits, just like a direct API request. See [Credits & billing](/credits-billing) for per-endpoint costs.
  </Accordion>

  <Accordion title="What if a request fails inside my workflow?">
    The API returns standard HTTP status codes and error messages your platform can branch on. See [Status codes](/status-codes) and [Error handling](/error-handling) to handle failures gracefully.
  </Accordion>
</AccordionGroup>

## Need help?

<CardGroup cols={2}>
  <Card title="n8n Documentation" icon="book" href="https://docs.n8n.io">
    Learn more about n8n
  </Card>

  <Card title="Enrow Support" icon="life-ring" href="https://help.enrow.io">
    Get help with your workflows
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/email-finder/find-single">
    Explore the full API
  </Card>

  <Card title="Community" icon="users" href="https://enrow.io/community">
    Join our community
  </Card>
</CardGroup>

## Request a Playbook

Don't see the workflow you need? [Let us know](mailto:support@enrow.io) and we'll create it for you!

Common requests:

* CRM integration workflows
* Specific platform integrations
* Industry-specific use cases
* Custom automation scenarios

## Next steps

<CardGroup cols={2}>
  <Card title="Getting Started with n8n" icon="circle-play" href="/playbooks/n8n/getting-started">
    Connect Enrow to n8n and make your first API call.
  </Card>

  <Card title="Email Enrichment Workflow" icon="envelope-circle-check" href="/playbooks/n8n/email-enrichment-workflow">
    Enrich contacts from Google Sheets with verified emails.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    How to pass your API key in the x-api-key header.
  </Card>

  <Card title="Integrations" icon="puzzle-piece" href="/integrations/overview">
    Explore native CRM and orchestrator integrations.
  </Card>
</CardGroup>
