Connect your own Workday tenant through a tenant-authorized REST OAuth client or optional Workday Web Services credentials. Inspect allowed resources, workers, organizations, reports and business-process events; run explicit approved actions and safe operational summaries.
connect_workdaywriteConnect a Workday tenant through REST OAuth client credentials or Workday Web Services (WWS), after validating the configured HTTPS endpoint and credentials.
disconnect_workdaywriteDisconnect one Workday tenant: deletes only the credentials saved in Imperal. Nothing is changed in Workday.
list_connectionsreadList saved Workday tenant connections without exposing OAuth or WWS credentials.
get_workday_capabilitiesreadProbe allowed tenant REST resource paths without changing Workday. Use this after connection to distinguish a denied or unavailable domain from an empty result.
list_workday_recordsreadList records from one tenant-approved Workday REST resource path. Use get_workday_capabilities first when the resource has not been verified.
get_workday_recordreadRead one record from a tenant-approved Workday REST resource path.
create_workday_recordwriteCreate one record in a tenant-approved Workday REST resource. Provide only a resource path and JSON shape documented for your tenant.
update_workday_recordwriteUpdate selected fields of one Workday record in a tenant-approved REST resource.
delete_workday_recordwritePermanently delete one Workday record only where the tenant-approved REST resource supports deletion.
list_workersreadList Workers from the tenant-confirmed Workers REST collection. Supports tenant-specific filtering without assuming a universal Workday URL.
list_organizationsreadList organizations from the tenant-confirmed Workday REST collection.
list_business_process_eventsreadList Workday Business Process events, optionally filtered by a tenant-supported status such as pending.
get_business_process_eventreadRead one Workday Business Process event, including its tenant-returned available actions.
execute_business_process_actionwriteExecute one explicit Workday Business Process action (approve, deny, send back, reassign, submit). The event must expose that action as available first.
invoke_workday_wws_operationwriteInvoke one tenant-confirmed Workday Web Services SOAP operation with an explicit bounded XML payload. This connector does not infer service names or XML contracts.
run_workday_reportreadRun a tenant-approved Workday REST or RaaS report path and return normalized rows, capped to a safe requested maximum.
audit_workday_accessreadBuild a non-destructive access audit across explicitly named tenant resource paths, showing which domains are accessible, denied or unavailable.
get_pending_approval_queuereadBuild a normalized queue of pending Workday Business Process events from a tenant-confirmed event resource. No approval is taken by this read-only action.
get_worker_completeness_reportreadFlag returned worker records missing tenant-chosen non-sensitive profile fields. Never use this for compensation, banking, government ID or medical data.
get_org_change_summaryreadSummarize organization records from a tenant-confirmed collection, optionally using its supported changed-since filter.
bulk_update_workday_recordswriteUpdate 1–100 explicit Workday records in the same tenant-approved REST resource. Continues after individual failures and returns every outcome.
Install Workday and let Webbee use it across your workflow.
Open in panel