autotask_create_time_entry
Log work hours in Autotask PSA by creating time entries for tickets or projects, tracking resource activities and billing information.
Instructions
Create a time entry in Autotask
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketID | No | Ticket ID for the time entry | |
| taskID | No | Task ID for the time entry (optional, for project work) | |
| resourceID | Yes | Resource ID (user) logging the time | |
| dateWorked | Yes | Date worked (YYYY-MM-DD format) | |
| startDateTime | No | Start date/time (ISO format) | |
| endDateTime | No | End date/time (ISO format) | |
| hoursWorked | Yes | Number of hours worked | |
| summaryNotes | Yes | Summary notes for the time entry | |
| internalNotes | No | Internal notes for the time entry |