eavz
Namely

Namely

HR platform for mid-size companies

6 actions
2 triggers

Actions

Name
list_employees

List employee profiles in Namely

get_employee

Get a specific employee profile by ID

create_time_off

Create a new time off request in Namely

get_departments

List all departments in Namely

get_reports

List reports available in Namely

custom_api_call

Make a custom API call to the Namely API

Triggers

Name
employee_created

Triggers when a new employee is created in Namely

time_off_requested

Triggers when a new time off request is created in Namely

Quick Start

TypeScript
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.