Skip to main content

Personio Integration Template

Integrate Personio HR management into your Mid-call Actions for seamless access to employee data, leave status, and organizational information during internal and external calls.

Overview & Features

HR Data Access

  • Real-time employee data queries
  • Department and position information
  • Contact details and availability
  • Organizational structure navigation

HR Service Automation

  • Quick employee verification
  • Leave status and absences
  • HR support assistance
  • Compliance and data protection integration

Personio API Setup

Configuration in the Famulor Interface

FieldValue
Name*Personio Mitarbeiter abrufen
Description”Retrieves employee data from Personio for HR support and internal communication”
Function Name*get_personio_employee
Function Description*“Retrieves employee data from Personio. Use this for HR inquiries, employee verification, or internal coordination.”
HTTP MethodGET
Timeout (ms)5000
Endpoint*https://api.personio.de/v1/company/employees/{employee_id}

Parameter Schema

{
  "type": "object",
  "properties": {
    "employee_id": {
      "type": "integer",
      "description": "Personio employee ID"
    }
  },
  "required": ["employee_id"]
}

Response Mapping

{
  "name": "data.attributes.first_name.value",
  "department": "data.attributes.department.value", 
  "position": "data.attributes.position.value",
  "email": "data.attributes.email.value"
}