---
name: test-enrich-single-email
description: Use this skill when the user has a single LinkedIn URL and wants to retrieve a business email address.
---

# Test — Enrich Single LinkedIn URL with Email

Retrieve a verified business email for one LinkedIn profile using `MoltSets:enrich_email`.

## Triggers

"get the email for [LinkedIn URL]", "enrich this LinkedIn with email", "find business email for this profile", or any request to fetch a business email from a single LinkedIn URL.

## Set Expectations

Before firing any calls, give the user a brief, dry heads-up. Deadpan over enthusiastic — no filler, no corporate speak.

Facts to convey:
- 1 API call, a few seconds
- Credits only charged if a result is found

## Step 1 — Run enrichment

Call `MoltSets:enrich_email` with `linkedin_url: "[URL]"`.

Normalise the URL if needed — if a slug is provided (e.g. `janesmith`), construct `https://www.linkedin.com/in/janesmith`.

## Step 2 — Output

**Found:**
```
Business email: jane@acmecorp.com (validated 2024-11-03)
```

**Not found:**
```
Business email: Not found
```

Do not fabricate data.
