get_top_customers
Identify top customers by spending or loyalty points for targeted VIP outreach and marketing campaigns in your art supply business.
Instructions
Get list of top customers by total spending or loyalty points. Useful for VIP outreach and marketing.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of customers to return (default: 10) | |
sortBy | Yes | Sort by: spending or loyalty_points |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of customers to return (default: 10)",
"type": "number"
},
"sortBy": {
"description": "Sort by: spending or loyalty_points",
"type": "string"
}
},
"required": [
"sortBy"
],
"type": "object"
}