ghost_get_newsletters
Retrieve newsletters from Ghost CMS with filters for status, limit, and ordering.
Instructions
Retrieves a list of newsletters from Ghost CMS with optional filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| page | No | ||
| filter | No | NQL filter string (e.g., "status:active") | |
| order | No | Order results (e.g., "sort_order ASC", "created_at DESC") |