create_time_entry
Create time entries in FreshBooks to track billable hours for clients and projects. Specify start time, duration, and optional details like notes.
Instructions
Create a time entry. started_at as ISO8601 (e.g. '2026-03-20T09:00:00'). Duration in seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| started_at | Yes | ||
| duration_seconds | Yes | ||
| client_id | No | ||
| project_id | No | ||
| note | No | ||
| billable | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |