Available Tools

Bulk Action Alveno Records
Performs bulk actions (archive/activate) on multiple records in Alveno HR system. Required fields: action (archive/activate), recordIds (array of record IDs).
Create Alveno Employee
Creates a new employee in Alveno HR system. Required fields: lastName, personalNumber. Optional fields: firstName, email, gender, birthday, startDate, probationEndDate, terminationDate, localization, isActive, isDisabled, jobTitle, preNominal, postNominal, avatarId, emailForSignatures, additionalEmails, externalId, operationId, workgroupId, userId, values.
Create Alveno Record
Creates a new record in Alveno HR system. Required fields: recordDefinitionId (string), values (array). Each value must have fieldId (string) and fieldType. Supported fieldTypes: text, richtext, url, email, datetime, decimal, integer, select, select_many, checkbox, radio, user, employees, files, date, decimal_history, text_history, select_history. Optional fields: name, state, documentsCount, canBeActivated. Example: {"recordDefinitionId": "record-def-123", "values": [{"fieldId": "AUT", "fieldType": "text", "value": "example value"}]}
Delete Alveno Employee
Deletes an employee from Alveno HR system. Required field: employeeId.
Delete Alveno Record
Deletes a record from Alveno HR system. Required field: recordId.
Disable Alveno Employee
Disables an employee in Alveno HR system. Required field: employeeId.
Enable Alveno Employee
Enables a previously disabled employee in Alveno HR system. Required field: employeeId.
Get Alveno Employee
Gets a specific employee from Alveno HR system by ID. Required field: employeeId.
Get Alveno Record
Gets a specific record from Alveno HR system by ID. Required field: recordId.
Get Alveno Record Definition
Gets a specific record definition from Alveno HR system by ID. Required field: recordDefinitionId.
Showing 1 to 10 of 17 tools