Monitor job changes for a list of contacts on LinkedIn. You’ll receive notifications via webhook when any of these contacts change jobs.
Your API key
URL to receive job change notifications
"https://prontohq.com/webhooks/track_job_changes"
List of contacts to track
1[
{
"first_name": "Mathieu",
"last_name": "Brun-Picard",
"linkedin_url": "https://www.linkedin.com/in/mathieu-brun-picard/"
},
{
"first_name": "Nicolas",
"last_name": "Fernandez Le Follic",
"company_name": "Pronto"
}
]Successfully created job changes tracking
Success message
"Job changes tracking created successfully. Next run will be in 24 hours."