plunk_list_contacts
List contacts from Plunk, supporting cursor pagination, case-insensitive email search, subscription filtering, and sorting.
Instructions
List contacts. Supports cursor pagination, search (case-insensitive email substring), subscription-state filter, and column sort. subscribed, sort=email|createdAt, and dir require Plunk v0.12+.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Sort direction (used with `sort=email|createdAt`). | |
| page | No | Legacy page-based pagination. Prefer `cursor`. | |
| sort | No | Column to sort by. `email` and `createdAt` are v0.12+; `alphabetical` and `latest` are legacy aliases. | |
| limit | No | ||
| cursor | No | Cursor-based pagination token from a previous response. | |
| search | No | Case-insensitive substring match on email. | |
| subscribed | No | Filter by subscription state. Omit for both. |