list_appointments
Retrieve and filter scheduled appointments from Shopmonkey's automotive shop management system by customer, location, date range, or pagination parameters.
Instructions
List appointments from Shopmonkey. Supports filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | No | Filter appointments by customer ID | |
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. | |
| startDate | No | Filter by start date (ISO 8601 format) | |
| endDate | No | Filter by end date (ISO 8601 format) | |
| limit | No | Maximum number of results to return (default: 25) | |
| page | No | Page number for pagination (default: 1) |