list_contacts
Retrieve WhatsApp contacts with pagination support by specifying page size and page number to navigate results.
Instructions
List WhatsApp contacts with pagination.
Args:
page_size: Number of contacts per page (max 100, default 20)
page_number: Page number, 1-based (default 1)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| page_number | No |