Create events and fetch for prospects.
POST https://api.explorium.ai/v1/prospects/eventsHow It Works
Query Parameters
| Parameter | Type | Description |
|---|---|---|
event_types | Array | List of event types to filter results. See event types below. |
prospect_ids | Array | List of prospect IDs to track. |
timestamp_from | String | Return only events that occurred after this timestamp. |
Supported Event Types
| Event Type | Description |
|---|---|
| prospect_changed_role | Prospect has changed their role. |
| prospect_changed_company | Prospect has changed their company. |
| prospect_job_start_anniversary | Employee’s workplace anniversary, marking the anniversary of the employee’s start date at their company. |
Best Practices
Event Categories
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:
These identifiers ensure consistent handling and classification of prospect-related events across the application.
prospect_changed_role, prospect_changed_company, prospect_job_start_anniversary 1 - 40 elementsnull
The EntityType class is an enumeration that defines the types of entities.
This enum is used to specify whether the entity is a business or a prospect. It ensures consistent handling of entity types across the application.
Attributes: BUSINESS: Represents a business entity. PROSPECT: Represents a prospect entity.
business, prospect ISO format datetime string or date in format YYYY-MM-DD
null
ISO format datetime string or date in format YYYY-MM-DD
null
Successful Response