advbox_list_customers
List customers from Advbox using filters like name, phone, email, location, and creation date. Returns paginated results for efficient data browsing.
Instructions
List customers from Advbox with various filter options including name, phone, email, location, and creation date. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Customer city | |
| name | No | Customer name or part of it (partial search) | |
| No | Customer email address | ||
| limit | No | Number of items (1-1000) | |
| phone | No | Customer phone (e.g., 48991234567) | |
| state | No | Customer state | |
| offset | No | Number of items to skip (pagination) | |
| document | No | Customer document number | |
| birthdays | No | Filter customers with birthdays in current month | |
| cellphone | No | Customer cellphone | |
| occupation | No | Customer occupation/profession | |
| created_end | No | End date for creation filter (YYYY-MM-DD) | |
| created_start | No | Start date for creation filter (YYYY-MM-DD) | |
| identification | No | Customer CPF/CNPJ |