Implementation overview
Implementation type: Kombo-based integration Status: Foundation in development Initial mode: Reads plus two application writebacks ADP Workforce Now connects through Kombo’s unified ATS API. The integration reuses the shared Kombo paths for reading jobs, applications, and candidates. It also posts the two Kombo-documented application writebacks: an interview-results PDF and a Tenzo result link. Every other write stays blocked until Kombo documents the ADP action and the behavior is verified against an ADP-connected tenant. A generic Kombo method is not treated as ADP support on its own.Initial supported behavior
- Read jobs and fetch individual jobs through Kombo.
- Read applications and fetch applications by ID through Kombo.
- Read candidates and fetch or search candidates through Kombo.
- Read the application-stage catalog through Kombo.
- Read mapped application, candidate, and job custom-field schemas through Kombo.
- Read populated custom-field values from normalized Kombo job data.
- Use normalized Kombo job data for job caching and Rules Engine evaluation.
- Create a disabled-by-default ATS integration record when Kombo reports a new
adpworkforcenowconnection. - Attach the interview-results PDF to the ADP application when Interview Results PDF is enabled.
- Post a Tenzo result link (and optional score and completion attributes) to the ADP application after a call.
Explicitly blocked during the foundation phase
- Candidate and application creation
- Application stage movement
- Single and bulk rejection
- Disposition reasons
- Application, candidate, and job notes
- Candidate attachments
- Candidate resume retrieval through Kombo attachments
- Job, application, and candidate custom-field writes
Known connector limitations
Kombo documents jobs, candidates, applications, and application stages for ADP Workforce Now. Its documented application-stage data is based on stages observed on applications, so it does not establish a complete selectable stage catalog. Kombo documents application attachment and result-link actions for ADP Workforce Now, and this integration uses both. Failed Kombo writes now raise so the post-call worker can retry. Application PDF replacement is not supported, so a reprocessed call can leave a duplicate PDF on the application. Kombo does not currently document ADP Workforce Now support for general stage movement, rejection, application creation, notes, candidate attachment retrieval, or candidate attachment upload. Kombo passthrough is not sufficient evidence by itself because it can only call operations exposed by the underlying ADP API.Configuration
The foundation configuration exposes:- Start Stages as the inbound eligibility filter (which applicants Tenzo picks up). This is a read-only gate and does not write to ADP. Leave it empty to stop syncing new applicants; already-ingested lookups stay allow-all until a start stage is set.
- AI interview scoring thresholds
- Interview Results PDF attachments
- Automatic job activation and activation delay
- Syncing applicants for paused jobs
Validation required before enablement
- Connect an ADP Workforce Now test tenant through Kombo.
- Confirm jobs, applications, and candidates can be streamed and fetched individually.
- Confirm job identity, descriptions, cache population, and Rules Engine behavior.
- Confirm candidate indexing behaves correctly when no resume is available.
- Upload an interview PDF and result link to a dummy application and confirm both are recruiter-visible in ADP.
- Record unsupported checklist rows as accepted exceptions before go-live.