Update Prospects Enrollments
Prospects Events
Update Prospects Enrollments
Update enrollments for prospects
PATCH
Update Prospects Enrollments
Description
Update an existing prospect’s enrollment.How It Works
How It Works
Input: Define parameters including enrollment_key and enrollment_id to update, and updated prospect_ids, and event_types.
Processing: The system will update your your enrollment and update the monitoring for events.
Output: A confirmation response containing your enrollment_key and enrollment_id for future reference.
Processing: The system will update your your enrollment and update the monitoring for events.
Output: A confirmation response containing your enrollment_key and enrollment_id for future reference.
Query Parameters
Query Parameters
| Field | Type | Description |
|---|---|---|
| enrollment_key | String | A unique identifier for this enrollment |
| enrollment_id | String | A unique identifier for this enrollment |
| prospect_ids | Array | List of Prospect IDs to monitor for events |
| event_types | Array | Types of events to monitor (e.g., prospect_changed_role, prospect_changed_company)) |
Example Request (cURL)
Example Request (cURL)
Bash
Example Response
Example Response
Bash
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}$Example:
null