feat: add Workday ATS integration - #661
Open
Aduersarius wants to merge 2 commits into
Open
Conversation
Wire Workday as an ATS provider using Lever-style OAuth and tenant-specific REST URLs (org_url / WORKDAY_API_BASE_URL), with recruiting vs staffing routing and unit tests for auth headers, URL resolution, and unsupported operations. Co-authored-by: Nikolay Golovin <Aduersarius@users.noreply.github.com>
Handle /ccx/api/v1/{tenant} without treating "ccx" as the tenant, and
derive authorize as /ccx/oauth2/{tenant}/authorize to match the token URL.
Co-authored-by: Nikolay Golovin <Aduersarius@users.noreply.github.com>
|
Thank you for following the naming conventions for pull request titles! 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Workday as an ATS integration in Revert (Algora bounty #372), following Greenhouse/Lever patterns.
/claim #372
Closes #372
Changes
workdayto PrismaTP_IDenum + migrationNotes
app_config/ env (no paid Workday tenant required to land the integration code)Verification
See branch
cursor/workday-ats-integration-2b30on Aduersarius/revert. Focused checks as documented in the agent run; full Fern-gated backend build may be blocked without Fern login.