Skip to main content
Employees are human staff members linked to agents for call routing. The AI agent uses employee information to decide who to transfer calls to or notify after a call.

Status system

Each employee has a status indicating their availability:

Data model

Endpoints

List employees

Permission: employees:read | Pagination: yes Filters:

Get employee

Permission: employees:read

Create employee

Permission: employees:write Required fields: name

Update employee

Permission: employees:write Common use case: changing the status (e.g., marking an employee as on vacation).

Delete employee

Permission: employees:write | Returns 204 No Content

Common patterns

Sync employee status from HR system