Create Prospect Enrollment
Prospects
Create prospect enrollment
POST
Create Prospect Enrollment
Requires a
webhook_id of an active v2 webhook in your scope — unknown IDs return 404, a missing webhook_id or wrong scope/status returns 422; delivery is never silently re-pointed. Up to 20 IDs per request, unlimited total across requests.Authorizations
Body
application/json
Minimum string length:
4Minimum array length:
1The ProspectsEventIdentifier class is an enumeration that defines event identifiers related to prospects.
This enum is used to categorize and track events associated with prospects, such as:
- Role changes (e.g., when a prospect changes their role within a company)
- Company changes (e.g., when a prospect moves to a new company)
- Job anniversaries (e.g., celebrating the anniversary of a prospect's job start date)
These identifiers ensure consistent handling and classification of prospect-related events across the application.
Available options:
prospect_changed_role, prospect_changed_company, prospect_job_start_anniversary Required array length:
1 - 20 elementsPattern:
^[a-f0-9]{40}$Response
Successful Response