LinkedIn Integration
LinkedIn Connection
Sync job postings and applicants from LinkedIn
β Import from LinkedIn CSV
Works right now β no API partnership needed
π₯ How to export from LinkedIn Recruiter:
- Go to LinkedIn Recruiter β Jobs
- Click your job posting β Manage Applicants
- Click Export (top right) β Download CSV
- Upload the CSV file below
β‘ Real-Time Webhook (Apply Notifications)
LinkedIn pushes every application to us instantly
Configure this webhook URL in your LinkedIn Developer App β Products β Jobs Postings API β Webhooks:
https://myhr.eentero.com/webhooks/linkedin/apply
Event to subscribe:
com.linkedin.jobs.APPLICATION_RECEIVED
Verification endpoint (GET):
https://myhr.eentero.com/webhooks/linkedin/challenge
LINKEDIN_WEBHOOK_SECRET in .env to the secret LinkedIn provides.
β’ API Sync β Pull Applicants on Demand
Requires LinkedIn RSC (Recruiter System Connect) partnership
Sync Job Postings from LinkedIn
β Needs Jobs Postings API approval for org access
Sync Applicants for a Job Posting
β Returns 403 if your LinkedIn app doesn't have RSC access. Apply for RSC β
π Setup Guide
Add products: Sign In with LinkedIn + Share on LinkedIn
.env
LINKEDIN_CLIENT_ID=your_client_id LINKEDIN_CLIENT_SECRET=your_client_secret LINKEDIN_REDIRECT_URI=https://myhr.eentero.com/linkedin/callback
https://myhr.eentero.com/linkedin/callback