Use Cases
- Monitor when your champions or product users change jobs
- Track career movements of potential leads
- Stay informed about your network’s professional changes
Important Notes
- You can identify contacts either by their LinkedIn URL or by their name and current company
- The system checks for job changes daily
Contact Identification
You can identify contacts in two ways:-
Using LinkedIn URL
-
Using Name and Company
Webhook Notifications
When a contact changes their job, you’ll receive a webhook notification with details about the change. Make sure your webhook endpoint is ready to receive POST requests.Authorizations
Your API key
Body
application/json
URL to receive job change notifications
Example:
"https://prontohq.com/webhooks/track_job_changes"
List of contacts to track
Minimum length:
1
- Option 1
- Option 2
Example:
[
{
"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"
}
]
Response
Successfully created job changes tracking
Success message
Example:
"Job changes tracking created successfully. Next run will be in 24 hours."