bookings_get_contact_list2
Retrieve contact lists for bookings using specified parameters, including tenant ID, booking provider ID, and pagination settings. Integrates with the ServiceTitan API via MCP server for efficient data access.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
booking_provider | Yes | Format - int64. | |
id | Yes | Format - int64. | |
includeTotal | No | Whether total count should be returned | |
page | No | Format - int32. The logical number of page to return, starting from 1 | |
pageSize | No | Format - int32. How many records to return (50 by default) | |
tenant | Yes | Format - int64. Tenant ID |