🚀 Quickstart
Connect to Workday with Nango and see data flow in 2 minutes.1
Create an integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Workday (OAuth).
2
Authorize Workday
Go to Connections -> Add Test Connection -> Authorize, then log in to Workday. Later, you’ll let your users do the same directly from your app.
3
Call the Workday API
Let’s make your first request to the Workday API (fetch worker information). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials dynamically via the Node SDK or API.
- cURL
- Node
The
{connectionConfig.tenant} in the URL represents the tenant. You can get this value from your connection configuration after creating the connection.4
Implement Nango in your app
Follow our quickstart to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
📚 Workday Integration Guides
Nango maintained guides for common use cases.-
How to register your own Workday OAuth app
Register an OAuth app with Workday and obtain credentials to connect it to Nango -
How do I link my Workday account?
Learn how to authenticate with Workday and link your account
🚨 API Gotchas
- Workday provides two APIs, a REST and a SOAP one and Nango supports them both.
- Access to most of Workday’s API doc resources, including detailed documentation on OAuth authentication flows, is typically restricted to Workday customers and partners. To access these resources, you can:
- Sign In to Workday Community: Visit the Workday Community and sign in with your Workday credentials. If you don’t have an account, you can request one.
- Contact Workday Support: If you are a customer, reach out to Workday Support for assistance in accessing specific documentation.