list_campaigns
List email campaigns, newest first. Use search to find a past campaign the user describes vaguely ('the invite one', 'that July newsletter') — it matches name and subject case-insensitively; try distinctive words from their description and broaden if no hits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| apiKey | No | Send16 API key (overrides SEND16_API_KEY env var) | |
| search | No | Case-insensitive substring match on campaign name or subject | |
| status | No | Filter campaigns by status | |
| pageSize | No | Results per page (max 100) |