get_customers_summary
Read-only
Count new customers within a date range, returning a breakdown by period to monitor acquisition.
Instructions
Period-scoped new-customer count for a date range. Returns {period, newCustomers}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | Yes | End date (YYYY-MM-DD) | |
| date_from | Yes | Start date (YYYY-MM-DD) |