---
title: "Enroll Enriched Prospects"
method: POST
path: "/api/prospecting/enroll"
tags: ["prospecting"]
---

# Enroll Enriched Prospects

`POST /api/prospecting/enroll`

## Request body

- ProspectEnrollmentRequest
  - `sequence_id` string, uuid, nullable
  - `dry_run` boolean
  - `limit` integer

## Response `200`

Successful Response

- ProspectEnrollmentSummary
  - `dry_run` boolean, required
  - `mode` string
  - `salesforge_fallback_sequence_id` string, nullable
  - `active_campaigns` integer
  - `sequence_id` string, uuid, nullable
  - `sequence_name` string, nullable
  - `batch_target` integer, required
  - `candidates_seen` integer, required
  - `eligible` integer, required
  - `enrolled` integer, required
  - `skipped_missing_email` integer, required
  - `skipped_excluded` integer, required
  - `skipped_active_enrollment` integer, required
  - `errors` integer
  - `error_detail` string, nullable
  - `stage_updates` integer, required
  - `preview` ProspectPreviewPerson[]
    - `apollo_person_id` string, nullable
    - `apollo_org_id` string, nullable
    - `email` string, nullable
    - `has_email` boolean, nullable
    - `linkedin_url` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `title` string, nullable
    - `company_name` string, nullable
    - `company_domain` string, nullable
    - `prospecting_status` string, nullable
    - `qualification` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rethoric/apis/rethoric-os.md) · [All operations](https://skmtc.dev/rethoric/apis/rethoric-os/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rethoric/rethoric-os/revisions/76b6d39426f6/schema)
