Weavz
Factorial

Factorial

Employee, attendance, payroll identifier, and time-off operations from Factorial

10 tools
2 triggers

Tools

Name
list_employees

List Factorial employee records with pagination.

get_employee

Get one Factorial employee by ID.

create_employee_with_contract

Create a Factorial employee and initial contract from a JSON body accepted by the API.

update_employee

Update one Factorial employee with a JSON body accepted by the API.

terminate_employee

Terminate a Factorial employee using the API termination body.

list_time_off_leaves

List Factorial time-off leaves.

approve_time_off_leave

Approve a Factorial time-off leave or its approval flow.

reject_time_off_leave

Reject a Factorial time-off leave.

list_attendance_shifts

List Factorial attendance shifts.

list_payroll_employee_identifiers

List payroll employee identifier codes for supported Factorial countries.

Triggers

Name
employee_updated

Poll Factorial for employees created or updated since the previous check.

time_off_leave_created

Poll Factorial for new time-off leaves since the previous check.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('factorial', 'list_employees', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'factorial',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Factorial to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Factorial support?

Factorial supports 10 tools including List Employees, Get Employee, Create Employee With Contract, Update Employee, Terminate Employee, and more.

Can I use Factorial with AI agents?

Yes. Add Factorial 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 Factorial be used in stateful agent workflows?

Yes. Agents can combine Factorial 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 Factorial use?

Factorial uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Factorial integration cost?

The Factorial integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Factorial support?

Factorial supports 2 triggers including Employee Created Or Updated, Time Off Leave Created.

Connect Factorial in minutes

Get 20,000 free action executions every month. No credit card required.