Webhook receiver (paid runtime)
Setup
- Create an Integration System User (ISU) in Workday with appropriate security permissions.
- Register an API Client in Workday: Tenant Setup > OAuth 2.0 Clients.
- Configure the Workday Event Broker to push to
https://runtime.myceliumai.co/webhooks/workday/{your_tenant_id}. - Assign business process notifications: Hire, Termination, Compensation Change, Position Change, Leave of Absence.
- Add to the runtime env:
WORKDAY_TENANT_ID_{TENANT_ID}WORKDAY_CLIENT_ID_{TENANT_ID}WORKDAY_CLIENT_SECRET_{TENANT_ID}WORKDAY_TOKEN_URL_{TENANT_ID}(tenant-specific token endpoint)
Events ingested
PII handling: Compensation amounts and sensitive HR fields are excluded from memory by default. Configure
workday.exclude_fields in the connector config to add or remove exclusions.