Workday
Stay in control of your Workday activities by adding our Workday integration to get real-time notifications directly from Workday.
Register API Client and Configure OAuth 2.0
- Log in to your Workday account with an admin or integration-enabled user.
- Search for “Register API Client” in Workday and open the task.
- Provide Client Details:
| Field | Value | Example |
|---|---|---|
| Client Name | The name of your application | abcd Intranet |
| Client Grant Type | Choose "Authorization Code Grant" | |
| Access Token Type | Choose "Bearer" | |
| Redirection URI | https://YourIntranetDomain/marketplace/workday/account/sign-in/oauth2 | https://abcdIntranet/marketplace/workday/account/sign-in/oauth2 |
- Select the scopes for integration needs. For accessing Inbox Tasks, choose Tenant Non-Configurable.
- Click OK
If successful, the summary shown below should appear:
- Save the following:
- Client ID
- Client Secret
- Authorization Endpoint
- Workday REST API Endpoint
- Tenant Name - This is the text after v1/ from_Workday REST API Endpoint
- Ex.https://.......02.myworkday.com/ccx/api/v1/inte......._gms1
- Tenant name is inte......._gms1
Client Secret SecurityCopy Client Secret securely - you will not be able to see the secret again.
Treat the Client Secret like a password. Store it securely and avoid sharing it unnecessarily.
Configure Interact Marketplace
- From Application Settings > Control Panel > Marketplace, select Workday.
- Specify the following from your Workday API Client setup:
- Client ID
- Client Secret
- Workday Tenant Name
- Authority
- For the authority, just use your Workday domain (https://your-workday-domain.myworkday.com/) — no need to include the tenant or /authorize part.
- API URI
- Use just the base Workday domain (https://your-domain.myworkday.com/) — the tenant and API path that follow are not needed.
- Click Save.
Editing Marketplace ConfigurationEditing these settings will invalidate existing authentication tokens for all users, requiring them to re-authenticate to use the integration again. Any scope changes will apply to new tokens immediately.
Updated 2 days ago
