Overview

Pre-built tooling

Pre-built use-cases

No pre-built use cases yet (time to contribute: <48h)

Not seeing the use case you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.

Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page

Workday provides two APIs, a REST and a SOAP one. Only the SOAP is currently supported.

Connection configuration in Nango

Workday requires a user specific subdomain for the API base URL.

You should request this from the user and pass it to Nango in the nango.auth() call:

nango.auth('workday', '<CONNECTION-ID>', {params: {subdomain: '<workday-subdomain>'}});

For more details see the docs here.

API gotchas

Contribute API gotchas by editing this page

Connect to Workday

Guide to connect to Workday using Nango Connect.