Simployer One connector
Back to the connector overview, authentication methods, and actions.
21 Sept 2026
data-syncAdded Data Sync support for companies, compensations, cost centres, departments, employees, employment types, employments, leave types, leaves, offices, projects and teams, so these collections can be kept in sync on a schedule. All twelve page through Simployer’s limit and offset parameters, which matters because the API returns only the first 100 records when no limit is sent. Employees and employments also sync incrementally, pulling only records changed since the last run, and each gains an optional updated_after input for that. The other ten refresh in full, because Simployer does not allow filtering them on the updated field.Changed · 12 actions updated
Changed · 12 actions updated
simployer_list_companies, simployer_list_compensations, simployer_list_cost_centers, simployer_list_departments, simployer_list_employees, simployer_list_employment_types, simployer_list_employments, simployer_list_leave_types, simployer_list_leaves, simployer_list_offices, simployer_list_projects, simployer_list_teams17 Jul 2026
new-actions bug-fixAdded create_office action and new list inputs (id filter, sort, leave-type relations) plus employee tax/bankAccount/homeAddress and leave-type archived fields; fixed the leave-type minimumDuration enum (removed unsupported half_day) and relations values, and sharpened action descriptions for reliable agent callability and disambiguation.