Pinpoint: Missing Candidate Entity and Link
Connector name:
Pinpoint
Table name:
Candidate
API documentation link:
https://developers.pinpointhq.com/reference/get-candidates
https://developers.pinpointhq.com/reference/get-applications
Additional details:
The `application` table the connector produces has `job_id` and `stage_id` foreign keys but no `candidate_id`, and there is no candidate entity in the synced schema. Pinpoint exposes an application→candidate relationship; it returns the candidate id (and record, type `candidates`) under `include=candidate`:
Please map the application→candidate relationship so `application.candidate_id` is populated, and sync the candidate as its own table (it is a distinct `candidates` entity, separate from `job_seekers`).
This is meaningful data for a recruitment platform connector, as "candidate" is a key entity.
Please sign in to leave a comment.
Comments
0 comments