# Enrich new Outreach prospects and route them to the right sequence

> When a prospect is created in Outreach, they get enriched with title, seniority and company details, then enrolled in the cadence that fits their segment.

- Workflow type: agent
- Services: Outreach, Apollo, Slack Bot
- Categories: Sales
- Published: 2026-08-09

## What it does

- Catches every new prospect the moment it is created in Outreach, so records do not sit around with just a name and an email address.
- Fills in job title, seniority, company size, and industry by looking up both the person and the company they work for.
- Enrolls the prospect in the cadence that matches their segment, so an enterprise buyer and a small business buyer do not get the same emails.
- Messages the prospect owner in Slack with what was found and where the prospect landed, and flags anyone it could not confidently identify for a human to route instead.

## What you'll need

- An Outreach account you can connect, with permission to read and update prospects and to add them to sequences.
- An Apollo account with enrichment credits available, since each new prospect uses credits for one person lookup and one company lookup.
- A Slack workspace where the assistant can send direct messages to your reps.
- Your sequences already built in Outreach, with a clear cadence for each segment you want to route to.

## Prompt

When a new prospect is created in Outreach, I want it enriched and routed automatically instead of sitting there half filled in with just a name and an email address. Trigger this workflow on an Outreach webhook subscription for prospect creation, and handle one prospect per event.

Start with the new prospect's email address and run Apollo People Enrichment on it. Then take the company domain, either from the prospect's email address or from the account the prospect is linked to, and run Apollo Organization Enrichment on that domain. Between the two lookups you are trying to establish four things: job title, seniority, company size measured in employees, and industry.

Before writing anything back, decide whether Apollo returned a confident match. Treat it as confident only when the enriched person's name and employer clearly correspond to the prospect you started with, and when the fields you need for routing actually came back populated, meaning at minimum a title or seniority plus a company size. A blank person record, a generic domain-only guess, or a company match you are unsure about all count as no confident match.

When the match is confident, use Update Prospect to write the useful fields back onto the Outreach prospect: job title, seniority, company size, and industry. Only fill in blanks. If a human has already entered something more specific in a field, leave their value alone.

Next, read the available cadences with List Sequences and pick the one matching the prospect's segment, using company size as the primary signal. As a starting point, treat 1000 or more employees as enterprise, 200 to 999 as mid market, and under 200 as small business. Match against the sequence names that actually exist in the account rather than assuming a naming convention. Enroll the prospect with Add Prospect to Sequence. If the prospect is already enrolled in an active sequence, do not enroll them a second time. If no sequence clearly corresponds to their segment, do not guess: skip the enrollment and flag it instead.

Then notify the prospect's owner in Slack. Read the owner from the Outreach prospect record, use List Users to get that person's email address, look the same email up in Slack to find their user, and send them a direct message. The message should name the prospect and their company, summarize what the enrichment found across title, seniority, company size and industry, state which sequence the prospect entered and why that segment was chosen, and link back to the prospect in Outreach.

When Apollo does not return a confident match, do nothing to the record. Skip the enrollment entirely, leave every prospect field untouched, and send the owner a Slack message flagging that this prospect needs a human to review and route. Include whatever partial information Apollo did return so the person has somewhere to start. Enrolling someone in the wrong cadence is worse than enrolling them late, so when in doubt, abstain and ask.

## How to customize

- The segment to sequence mapping is the main thing to change: decide which company sizes count as enterprise, mid market, and small business, and name the sequence each one should feed.
- Route on something other than headcount if it suits your business better, such as industry, seniority, or region.
- Change where the summary goes, either as a direct message to the prospect owner or into a shared channel the whole sales team watches.

## FAQ

### What happens if the lookup cannot confidently identify the prospect?

Nothing is written to the record and no sequence is started. Instead the workflow sends a Slack note asking a human to review and route that prospect by hand. Putting someone in the wrong cadence is worse than routing them a little late.

### Will this overwrite details my reps have already entered?

No. It fills in blanks and leaves fields a person has already filled in alone, so manual research never gets clobbered.

### Does every new prospect use up enrichment credits?

Yes. Each new prospect triggers one person lookup and one company lookup, and both consume Apollo credits. If your prospect volume is high, consider narrowing the workflow to the prospect sources you care most about.

### How quickly does this run after a prospect is created?

Within a minute or two of the prospect appearing in Outreach, rather than waiting for a nightly batch. That speed matters because qualification rates drop sharply once the first half hour has passed.

### Can I use more than three segments?

Yes. The segment rules are plain instructions you can edit, so you can add as many tiers as you have sequences, or split by industry as well as company size.

Use this prompt in General Input: https://www.generalinput.com/prompts/enrich-new-outreach-prospects-and-route-them-to-the-right-sequence