Work Milestone
Events or milestones related to an individual's work history.
The Work Milestone insight provides information about significant events or milestones related to an individual's work history.
Insight Subtypes and Usage
Supported Subtypes:
workExperienceYearsWorkedAtCompany
workExperienceRecentJobChange
workExperienceUpcomingWorkAnniversary
workExperienceWorkAnniversary
fullWorkHistoryProspect
(returns full LinkedIn profile as enrichment, with prospectEmail as the input. Reach out to our sales team if you'd like this activated in your account)
Example: workExperienceYearsWorkedAtCompany
workExperienceYearsWorkedAtCompany
API Controls:
-
Generate Content API:
{ "enabledInsights": ["workExperienceYearsWorkedAtCompany"], "disabledInsights": [] } -
Generate Insights API:
{ "insightSubtype": "workExperienceYearsWorkedAtCompany" }
Note: This subtype may appear automatically based on relevance unless explicitly controlled via these parameters.
Example Payload
{
"data": [
{
"subtype": "Recent job change",
"contactName": "Daniel",
"yearStarted": 2019,
"monthStarted": 3,
"previousEmployer": "Oracle",
"currentEmployer": "Autobound"
},
{
"subtype": "Upcoming work anniversary",
"contactName": "Daniel",
"yearStarted": 2019,
"monthStarted": 3,
"anniversaryYear": 5,
"currentEmployer": "Autobound"
},
{
"subtype": "Work anniversary",
"contactName": "Daniel",
"yearStarted": 2019,
"monthStarted": 3,
"anniversaryYear": 5,
"currentEmployer": "Autobound"
}
]
}
Updated 11 days ago
Did this page help you?