Actions
| Name | Description |
|---|---|
list_employeesList all employees in HiBob | List all employees in HiBob |
get_employeeGet a specific employee by ID | Get a specific employee by ID |
list_time_offList employees who are out for a given date range | List employees who are out for a given date range |
list_company_listsList named company lists in HiBob | List named company lists in HiBob |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'hibob',
actionName: 'list_employees',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect HiBob to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does HiBob support?
HiBob supports 4 actions including List Employees, Get Employee, List Who's Out, List Company Lists.
Can I use HiBob with AI agents?
Yes. Add HiBob to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does HiBob use?
HiBob uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the HiBob integration cost?
The HiBob integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect HiBob in 2 minutes
Get 1,000 free actions every month. No credit card required.