Tools
| Name | Description |
|---|---|
validate_connectionValidate the UKG Pro HCM credentials against the person details endpoint. | Validate the UKG Pro HCM credentials against the person details endpoint. |
list_person_detailsRetrieve UKG Pro person details with optional employee, company, email, or changed-date filters. | Retrieve UKG Pro person details with optional employee, company, email, or changed-date filters. |
list_employment_detailsRetrieve UKG Pro employment details with optional employee, company, email, or changed-date filters. | Retrieve UKG Pro employment details with optional employee, company, email, or changed-date filters. |
list_employee_employment_detailsRetrieve UKG Pro employee employment details with optional employee, company, email, or changed-date filters. | Retrieve UKG Pro employee employment details with optional employee, company, email, or changed-date filters. |
list_employee_changesRetrieve employee changes over a date range from UKG Pro HCM. | Retrieve employee changes over a date range from UKG Pro HCM. |
custom_api_callCall a UKG Pro HCM personnel GET endpoint with explicit query parameters. | Call a UKG Pro HCM personnel GET endpoint with explicit query parameters. |
Triggers
| Name | Description |
|---|---|
employee_changedTriggers when UKG Pro HCM reports employee changes since the last poll. | Triggers when UKG Pro HCM reports employee changes since the last poll. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('ukg', 'validate_connection', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'ukg',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect UKG to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does UKG support?
UKG supports 6 tools including Validate Connection, List Person Details, List Employment Details, List Employee Employment Details, List Employee Changes, and more.
Can I use UKG with AI agents?
Yes. Add UKG to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can UKG be used in stateful agent workflows?
Yes. Agents can combine UKG tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does UKG use?
UKG uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the UKG integration cost?
The UKG integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does UKG support?
UKG supports 1 triggers including Employee Changed.
Connect UKG in minutes
Get 20,000 free action executions every month. No credit card required.