Factorial
Employee, attendance, payroll identifier, and time-off operations from Factorial
Tools
| Name | Description |
|---|---|
list_employeesList Factorial employee records with pagination. | List Factorial employee records with pagination. |
get_employeeGet one Factorial employee by ID. | Get one Factorial employee by ID. |
create_employee_with_contractCreate a Factorial employee and initial contract from a JSON body accepted by the API. | Create a Factorial employee and initial contract from a JSON body accepted by the API. |
update_employeeUpdate one Factorial employee with a JSON body accepted by the API. | Update one Factorial employee with a JSON body accepted by the API. |
terminate_employeeTerminate a Factorial employee using the API termination body. | Terminate a Factorial employee using the API termination body. |
list_time_off_leavesList Factorial time-off leaves. | List Factorial time-off leaves. |
approve_time_off_leaveApprove a Factorial time-off leave or its approval flow. | Approve a Factorial time-off leave or its approval flow. |
reject_time_off_leaveReject a Factorial time-off leave. | Reject a Factorial time-off leave. |
list_attendance_shiftsList Factorial attendance shifts. | List Factorial attendance shifts. |
list_payroll_employee_identifiersList payroll employee identifier codes for supported Factorial countries. | List payroll employee identifier codes for supported Factorial countries. |
Triggers
| Name | Description |
|---|---|
employee_updatedPoll Factorial for employees created or updated since the previous check. | Poll Factorial for employees created or updated since the previous check. |
time_off_leave_createdPoll Factorial for new time-off leaves since the previous check. | Poll Factorial for new time-off leaves since the previous check. |
Quick Start
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.