autotask_create_service_call
Schedule work on tickets by creating a service call with start and end times, description, and status in Autotask.
Instructions
Create a new service call in Autotask. Service calls are used to schedule and plan work on tickets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Description of the service call | |
| status | No | Status picklist ID (use autotask_get_field_info with entityType "ServiceCalls" to find valid values) | |
| startDateTime | Yes | Scheduled start date/time (ISO 8601 format, e.g. 2026-03-22T09:00:00Z) | |
| endDateTime | Yes | Scheduled end date/time (ISO 8601 format) | |
| companyID | No | Company ID this service call is for | |
| companyLocationID | No | Company location ID (optional) | |
| complete | No | Whether this service call is complete (default: false) |