settings_tasks_create
Create new tasks in ServiceTitan with details like assignee, priority, due dates, and related job or customer information to manage field service operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reportedById | No | ID of the person who reported the task | |
| assignedToId | No | ID of the assignee | |
| isClosed | No | Whether the task is already closed | |
| status | No | Task status | |
| name | Yes | Task name | |
| businessUnitId | No | Business unit ID | |
| employeeTaskTypeId | No | Employee task type ID | |
| employeeTaskSourceId | No | Employee task source ID | |
| employeeTaskResolutionId | No | Employee task resolution ID | |
| reportedDate | No | Date the task was reported | |
| completeBy | No | Target completion date | |
| startedOn | No | Task start date | |
| involvedEmployeeIdList | No | List of involved employee IDs | |
| customerId | No | Customer ID | |
| jobId | No | Job ID | |
| projectId | No | Project ID | |
| description | No | Task description | |
| priority | No | Task priority | |
| customerName | No | Customer name | |
| jobNumber | No | Job number | |
| refundIssued | No | Refund issued amount | |
| _confirmed | No | Set to true to confirm this write operation |