Search Customers
search_customersSearch customer records using name, contact, phone, email, address, city, or zip code. Returns all matching customers.
Instructions
Search for customers by name, contact name, phone, email, address, city, or zip/postal code. Returns matching customer records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City (full match). | |
| name | No | Customer/company name (partial match). | |
| page | No | Page number (default: 1). | |
| No | Email address (full match). | ||
| phone | No | Phone number (partial match). | |
| address | No | Street address (partial match). | |
| per_page | No | Results per page (default: 20, max: 50). | |
| zip_code | No | Zip/postal code (full match). | |
| contact_last_name | No | Contact last name (partial match). | |
| contact_first_name | No | Contact first name (partial match). |