Skip to main content
Enrow logo

Overview

Add Enrow to any ModuleX agent or workflow. Find and verify B2B email addresses with triple-verified accuracy against the Enrow REST API (api.enrow.io). Resolve a professional email from a full name and company, or check the deliverability of an existing address — including deterministic handling of catch-all domains.
Categories: Sales · Enrichment · Sales Engagement · Auth: API Key · Actions: 2

Authentication

API Key Authentication

Authenticate using your Enrow API key
1

Step 1

Sign in to your Enrow account at https://enrow.io
2

Step 2

Open the Integrations section of your account settings
3

Step 3

Copy your API key (or create a new one)
4

Step 4

Paste the API key below

Required Credentials

FieldDescriptionRequiredFormat
Enrow API KeyYour Enrow API key from the Integrations sectionYes-

Available Actions

Parameters

fullname
string
required
Full name of the person (e.g. “John Doe”)
company_domain
string
Company domain (e.g. “apple.com”). Preferred over company_name. Provide company_domain or company_name.
company_name
string
Company name (e.g. “Apple”). Used when the company domain is unavailable. Provide company_domain or company_name.

Response

{
  "additionalProperties": false,
  "description": "Result of an Enrow find-email search (submit + poll).",
  "properties": {
    "success": {
      "title": "Success",
      "type": "boolean"
    },
    "error": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Error"
    },
    "id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Id"
    },
    "email": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Email"
    },
    "qualification": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Qualification"
    },
    "fullname": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Fullname"
    },
    "company_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Company Name"
    },
    "company_domain": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Company Domain"
    },
    "linkedin_url": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Linkedin Url"
    }
  },
  "required": [
    "success"
  ],
  "title": "FindEmailOutput",
  "type": "object"
}

Parameters

email
string
required
Email address to verify (e.g. “john@example.com”)

Response

{
  "additionalProperties": false,
  "description": "Result of an Enrow verify-email check (submit + poll).",
  "properties": {
    "success": {
      "title": "Success",
      "type": "boolean"
    },
    "error": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Error"
    },
    "id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Id"
    },
    "email": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Email"
    },
    "qualification": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Qualification"
    }
  },
  "required": [
    "success"
  ],
  "title": "VerifyEmailOutput",
  "type": "object"
}

Limits & Quotas

  • Rate limit: roughly ~50 requests/second; keep bursts modest, especially during result polling.
  • Pricing (approx., per the Enrow Starter plan): find_email charges 1 credit per valid email found; verify_email charges 0.25 credits per verification.
  • Error model: non-2xx responses, request timeouts, and an expired polling window are caught and returned as success=False
    • error rather than raising. Plan retries on the agent side based on the error string.

Findymail

Icypeas

NeverBounce