Loading...
Loading...
Manage enterprise HR with Workday's cloud-based human capital management system.
npx skill4agent add andrejones92/canifi-life-os workdaycurl -sSL https://canifi.com/skills/workday/install.sh | bashcp -r skills/workday ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set WORKDAY_TENANT "your_tenant"
canifi-env set WORKDAY_CLIENT_ID "your_client_id"
canifi-env set WORKDAY_CLIENT_SECRET "your_client_secret"
canifi-env set WORKDAY_REFRESH_TOKEN "your_refresh_token"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Find employee John Smith in Workday"
Assistant: Returns employee profileUser: "Show my team's time off requests"
Assistant: Returns pending time off requestsUser: "Generate a headcount report for Q1"
Assistant: Runs report and returns resultsUser: "Update the address for employee #12345"
Assistant: Updates employee record| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Token expired | Refresh access token |
| 403 Forbidden | No access | Check security group |
| 404 Not Found | Resource not found | Verify worker ID |
| 429 Rate Limited | Too many requests | Wait and retry |