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

# Person Name Company To Work Email

> Generated play that resolves person work email from first name, last name, and company name. Includes inputs, outputs, costs, and Deepline CLI examples.

```bash theme={null}
deepline tools execute deepline_native:person_name_company_to_work_email \
  --payload '{"first_name":"<first_name>","last_name":"<last_name>","company_name":"<company_name>"}'
```

## How It Works

Providers are tried left to right. The first one to return a result wins — the rest are skipped.

```mermaid theme={null}
flowchart LR
  S0["Exa"]:::provider
  S1["Serper"]:::provider
  S2["Prospeo: Person Name Company To Work Email Resolved Domain Prospeo"]:::provider
  S3["Leadmagic: Pattern First At *"]:::provider
  S4["Leadmagic: Pattern Flast *"]:::provider
  S5["Leadmagic: Pattern First Dot Last *"]:::provider
  S6["Leadmagic: Pattern Firstl *"]:::provider
  S7["Leadmagic: Pattern Firstlast *"]:::provider
  S8["Dropleads *"]:::provider
  S9["Hunter *"]:::provider
  S10["Leadmagic: Leadmagic Email *"]:::provider
  S11["Icypeas *"]:::provider
  S12["Prospeo: Prospeo Linkedin Email *"]:::provider
  S13["Wiza: Wiza Linkedin Email *"]:::provider
  S14["Wiza: Wiza Identity Email"]:::provider
  S15["Prospeo: Prospeo Identity Email"]:::provider
  S0 --> S1 --> S2 --> S3 --> S4 --> S5 --> S6 --> S7 --> S8 --> S9 --> S10 --> S11 --> S12 --> S13 --> S14 --> S15
  classDef provider fill:#1e293b,stroke:#475569,color:#e2e8f0
```

*\* Only runs when optional fields are provided.*

## Parameters

| Name           | Type     | Required | Description                            |
| -------------- | -------- | -------- | -------------------------------------- |
| `first_name`   | `string` | Yes      | Contact first name.                    |
| `last_name`    | `string` | Yes      | Contact last name.                     |
| `company_name` | `string` | Yes      | Company name.                          |
| `linkedin_url` | `string` | No       | Optional LinkedIn profile URL context. |

## Cost

**1.21-1.57 credits** — waterfalls stop at the first match, so you only pay for the provider that returns a result.

| Step                                                               | Max Credits |
| ------------------------------------------------------------------ | ----------- |
| Exa                                                                | 0.1         |
| Serper                                                             | 0           |
| Prospeo: Person Name Company To Work Email Resolved Domain Prospeo | 0.6         |
| Leadmagic: Pattern First At                                        | 0.1         |
| Leadmagic: Pattern Flast                                           | 0.1         |
| Leadmagic: Pattern First Dot Last                                  | 0.1         |
| Leadmagic: Pattern Firstl                                          | 0.1         |
| Leadmagic: Pattern Firstlast                                       | 0.1         |
| Dropleads                                                          | 0.3         |
| Hunter                                                             | 0.3         |
| Leadmagic: Leadmagic Email                                         | 0.3         |
| Icypeas                                                            | 0.2         |
| Prospeo: Prospeo Linkedin Email                                    | 0.6         |
| Wiza: Wiza Linkedin Email                                          | 0.4         |
| Wiza: Wiza Identity Email                                          | 0.4         |
| Prospeo: Prospeo Identity Email                                    | 0.6         |
