Actions
| Name | Description |
|---|---|
list_employeesList all employees | List all employees |
get_employeeGet a specific employee by ID | Get a specific employee by ID |
list_absencesList all absence records | List all absence records |
list_attendancesList attendance records | List attendance records |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'personio',
actionName: 'list_employees',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Personio to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Personio support?
Personio supports 4 actions including List Employees, Get Employee, List Absences, List Attendances.
Can I use Personio with AI agents?
Yes. Add Personio to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does Personio use?
Personio uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Personio integration cost?
The Personio integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Personio in minutes
Get 1,000 free actions every month. No credit card required.