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.
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 about 1 month ago