# LinkedIn + email outreach on one list (AI prompt + MCP)

Canonical URL: https://pumpgtm.com/skills/linkedin-email-same-list

[Skills & Prompts](/skills) / Run LinkedIn and email on the same lead list

# Run LinkedIn and email on the same lead list

Reach the same person on LinkedIn and by email, in a sensible order, from your own accounts, with one reply stopping both.

Quick answer

Multichannel works when both touches are about the same person, from the same sender, in order. PumpGTM resolves each lead's LinkedIn profile and work email, runs the sequence across both channels from your own accounts, and stops the moment they reply on either. Paste the prompt below to set it up.

## The prompt

Paste this into your AI (with the PumpGTM MCP connected). It sets up your workspace and runs the play, pausing where you need to approve.

Skill prompt You are setting up coordinated LinkedIn and email outreach on one list with PumpGTM.

Connect the PumpGTM MCP server at https://mcp.pumpgtm.com/mcp (add it as a connector in Claude or ChatGPT and sign in, or use a workspace key from app.pumpgtm.com in Cursor, Codex or Claude Code). Nothing is sent to anyone until I approve it.

Then:
1. Call get_workspace. Confirm LinkedIn is connected and a mailbox is connected for the email channel. If either is missing, give me the finish-setup link and stop.
2. Ask me for my lead list (a Sales Navigator or Apollo export, or an ICP to build with find_people) and my one-line ICP.
3. Call find_people with that targeting, confirmed:false, then confirmed:true after I approve. Or add_leads if I paste a list directly.
4. Call review_people so I approve the good fits.
5. Draft a two-channel sequence with save_sequence_draft: LinkedIn connect and message first, then a threaded email a few days later, then one more email. Show it to me.
6. On approval, set_sequence_status approved then active. Confirm both channels are live and that a reply on either stops the person.
Keep every message plain and specific to the person's problem.

No account yet? It works from a fresh signup: [connect the MCP](/mcp) and the prompt walks you through setup to first send.

## How it works

- 1 One list, both channels . It resolves the LinkedIn profile and the work email for each person on your list.
- 2 Sensible order . LinkedIn first so the name is familiar, then email, with follow-ups threaded, all inside safe limits.
- 3 One reply stops it . A reply on either channel pauses that person's whole sequence and lands in your inbox.

Example. You upload 100 accounts. It sends the LinkedIn connection Monday, an email Thursday from your own address that references the same point, and a short follow-up the next week. When someone replies to the email, the LinkedIn follow-up is cancelled automatically.

## Run it via the MCP

The prompt uses these tools on the [PumpGTM MCP server](/docs/mcp) ( https://mcp.pumpgtm.com/mcp ). Nothing sends until you activate a sequence.

get_workspace

Confirm LinkedIn and a mailbox are connected before a two-channel sequence.

get_workspace({})

find_people

Build or run the target list.

find_people({ targeting: {...}, confirmed: true, playId })

add_leads

Add a pasted list of people directly.

add_leads({ people: [...] })

save_sequence_draft

Draft the LinkedIn + email steps in one sequence.

save_sequence_draft({ steps: [{channel:"linkedin"...},{channel:"email"...}] })

set_sequence_status

Approve then activate both channels.

set_sequence_status({ sequenceId, status: "active", expectedRevision })

Full tool reference: [MCP docs](/docs/mcp). New here: [quickstart](/docs/quickstart).

## Or via the REST API

Read the funnel split by sequence, including A/B arms. Same workspace key as the MCP. Full reference: [API docs](/docs/api).

curl "https://app.pumpgtm.com/api/v1/reports/funnel?group_by=sequence" \
-H "Authorization: Bearer $PUMPGTM_KEY"

## Questions

Do I need a separate sending domain?

Not at founder volume. Thirty emails a day from your real address, to people who fit, is normal use.

What if some leads have no email?

It runs LinkedIn for those and adds email as a second pass for the ones it resolves.

Can email go first?

Yes, but LinkedIn first usually gets more emails opened because the name is already familiar.

Run this on your own product

Copy the prompt above, or start in the app and connect your AI.

[Start at PumpGTM](https://app.pumpgtm.com)[Connect your AI](/mcp)

## Related

- See the full play page: [Run LinkedIn and email on the same lead list](/plays/linkedin-email)
- [/skills/ find-icp-on-linkedin](/skills/find-icp-on-linkedin)
- [/skills/ message-linkedin-post-engagers](/skills/message-linkedin-post-engagers)
- [/skills/ reach-companies-hiring](/skills/reach-companies-hiring)
- All skills: [Skills & Prompts library](/skills)
