Skip to content

feat: add workday-cc untested functions - #613

Draft
viictoo wants to merge 1 commit into
mainfrom
feat/add-workday-cc-functions
Draft

feat: add workday-cc untested functions#613
viictoo wants to merge 1 commit into
mainfrom
feat/add-workday-cc-functions

Conversation

@viictoo

@viictoo viictoo commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Describe your changes

Issue ticket number and link

Checklist before requesting a review (skip if just adding/editing APIs & templates)

  • I added tests, otherwise the reason is:
  • External API requests have retries
  • Pagination is used where appropriate
  • The built in nango.paginate call is used instead of a while (true) loop
  • Third party requests are NOT parallelized (this can cause issues with rate limits)
  • If a sync requires metadata the nango.yaml has auto_start: false
  • If the sync is a full sync then track_deletes: true is set
  • I followed the best practices and guidelines from the Writing Integration Scripts doc

Summary by cubic

Add workday-cc integration using Workday Staffing API v6 with actions and syncs for workers, positions, organizations, locations, and job profiles. Schemas are added to integrations/.nango/nango.json and modules registered in integrations/index.ts and internal/flows.zero.json.

  • New Features
    • Actions: get-* and list-* for job profiles, locations, organizations, positions, workers.
    • Syncs: employees, groups, job-profiles, locations, organizations, positions, workers.
    • Pagination via cursor and basic retries; outputs validated with zod.
    • API constraints handled: locations via prompt values, supervisory orgs only, positions modeled as jobs, limited worker fields.

Written for commit 17c7938. Summary will update on new commits.

Review in cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant