autotask_create_service_call
Create a service call in Autotask to schedule work on tickets. Specify description, start/end times, and optional status, company, or location.
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) |