search_bookings_by_customer
Search for customer bookings by name or email. Optionally limit results to recent days.
Instructions
Search for bookings by customer name or email.
Args: customer_name: Full or partial customer name to search for (case-insensitive) customer_email: Full or partial email address to search for (case-insensitive) days_back: How many days back to search (default 90, max 365)
Returns: List of matching bookings with customer info, dates, and product details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | ||
| customer_name | No | ||
| customer_email | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |