# Email Deliverability Decision

**Use case:** 

Get a send / verify / skip decision per company email pattern: bounce-risk tier, catch-all detection and a recovery plan. Stop guessing before you send.

## Input

```json
{
  "domains": [
    "stripe.com",
    "buffer.com"
  ],
  "goal": "high-deliverability",
  "autoFilter": "none",
  "compareToPrevRun": false,
  "searchGitHub": true,
  "verifyEmails": true,
  "enableProFallback": false,
  "crmFormat": "generic-json",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "sendDecision": {
    "label": "Send Decision",
    "format": "object"
  },
  "bounceRiskBucket": {
    "label": "Bounce Risk",
    "format": "string"
  },
  "recoveryPlan": {
    "label": "Recovery Plan",
    "format": "object"
  },
  "confidenceBreakdown": {
    "label": "Confidence Breakdown",
    "format": "object"
  },
  "plainEnglishSummary": {
    "label": "Plain-English Summary",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Email Pattern Finder - Discover Company Email Formats](https://apify.com/ryanclinton/email-pattern-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/email-pattern-finder) to learn more, explore other use cases, and run it yourself.