Search Customers
search_customersFind customer records by name, phone, email, or address. Returns contact details to identify the exact customer for job lookups.
Instructions
Search for customers by name, phone, email, or address. Returns matching customer records with contact details. Use this to look up customer information or find the exact customer name for use with get_customer_jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Search by customer/company name (partial match). | |
| phone | No | Search by phone number (partial match). | |
| No | Search by email address (exact match). | ||
| address | No | Search by street address (partial match). | |
| city | No | Filter by city (exact match). | |
| zip_code | No | Filter by zip/postal code (exact match). | |
| page | No | Page number (default: 1). | |
| per_page | No | Results per page (default: 20, max: 50). |