Actions
| Name | Description |
|---|---|
list_employeesList employee profiles in Namely | List employee profiles in Namely |
get_employeeGet a specific employee profile by ID | Get a specific employee profile by ID |
create_time_offCreate a new time off request in Namely | Create a new time off request in Namely |
get_departmentsList all departments in Namely | List all departments in Namely |
get_reportsList reports available in Namely | List reports available in Namely |
custom_api_callMake a custom API call to the Namely API | Make a custom API call to the Namely API |
Triggers
| Name | Description |
|---|---|
employee_createdTriggers when a new employee is created in Namely | Triggers when a new employee is created in Namely |
time_off_requestedTriggers when a new time off request is created in Namely | Triggers when a new time off request is created in Namely |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'namely',
actionName: 'list_employees',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Namely 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 Namely support?
Namely supports 6 actions including List Employees, Get Employee, Create Time Off Request, Get Departments, Get Reports, and more.
Can I use Namely with AI agents?
Yes. Add Namely 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 Namely use?
Namely uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Namely integration cost?
The Namely integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Namely support?
Namely supports 2 triggers including Employee Created, Time Off Requested.
Connect Namely in 2 minutes
Get 1,000 free actions every month. No credit card required.