List Contacts
list_contactsList/search contacts (subscribers) in an ActiveCampaign account. Filter by exact email or a free-text search across name/email. Returns contacts with IDs, emails, names, and meta.total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter to an exact email address. | ||
| limit | No | Max results (default 20, max 100). | |
| search | No | Free-text search across name and email. | |
| _apiKey | Yes | ActiveCampaign API key (UI: Settings → Developer). | |
| account | Yes | Your ActiveCampaign account URL or subdomain, e.g. "https://youraccount.api-us1.com" or just "youraccount". |