Assessment API Updates - May 24, 2026
๐ Greenhouse Assessment now uses the Harvest V3 API
The Greenhouse Assessment integration has moved off the legacy API to Greenhouse's modern Harvest V3 API. Connections now authenticate via OAuth.
The Greenhouse Assessment integration has moved off the legacy API to Greenhouse's modern Harvest V3 API. Connections now authenticate via OAuth.
The new add_employee_document action lets you attach files to employee profiles in HoorayHR. Useful for syncing signed contracts and other HR paperwork into the system of record.
The connection flow has been rebuilt with an interactive permission-checking step that walks customers through Workday's setup.
The create-employee-form action can now be scoped to a specific staffing entity. Useful for organizations that operate across multiple legal entities or business units.
Sync jobs, candidates, and applications with JobAdder, the ATS widely used by staffing and recruitment agencies.
Oracle Recruiting now syncs job offers, including offer details, statuses, and key dates.
delta_date filter, so you can fetch only the records that have changed since the last sync.weekly_hours, experience_level, and employment_type.Updating partner credentials in the developer dashboard now requires a confirmation checkbox, preventing accidents.
POST /lms/check-course-progression lets you check a learner's enrollment status for a specific course on demand, without waiting for the next sync. Useful for content providers that need to verify enrollment before granting access to learning materials. Currently supported for Workday Learning.
remote_fieldsWhen updating an assessment result in Workday, you can now set a custom status by passing it through the remote_fields property. Useful when you need finer control over where the assessment lands in Workday's lifecycle.
When someone enables, disables, or updates employee filtering on an integration, it's now captured in your audit log. Better visibility into configuration changes for compliance and debugging.
The HRIS API timeout is now 5 minutes, preventing premature failures on long-running data operations.
create-employee form now includes a JobRate field.hireDate) are now exposed on the employment model for easier custom field mapping.create-employee form now filters for active locations only.contract-contingent-worker action now accepts a Contingent_Worker_ID.The closed-beta Greenhouse v3 integration now supports the full write set. Create candidates and applications, move applications between stages, reject, add notes and attachments, and manage candidate tags. Reach out if you'd like access to the beta.
Job Board Applications now sync from Bullhorn for Salesforce, with a new virtual stage so you can track them alongside the rest of your pipeline.
get-candidate-attachments action so you can fetch resumes without an application ID.create-candidate now accepts street_1 and zip_code.zusatzdaten job data is now mappable to custom fields.remote_url linking back to the record in Loxo.create-application now supports DATE type screening questions.The developer dashboard now supports a full dark mode. Pick Light, Dark, or System from the user menu.
You can now edit automatic mapping rules, scope them to specific connectors, and set explicit matching criteria like key vs. label and case sensitivity. The result is finer-grained control over how data lands in your custom fields.
Enable Static IPs for new integrations directly from the dashboard. No support ticket needed when an upstream system requires IP allowlisting. [Read the guide]
From May 19, 2026, integration setup errors like INTEGRATION.SETUP_INCOMPLETE will return HTTP 409 Conflict instead of 503 Service Unavailable. The error.code in the response body is unchanged, so any logic that branches on it will keep working. If you branch on HTTP status, update that logic before the cutover. [Updated error handling docs]