Full-text search (client-side)
kanka_full_text_searchSearch the body text of campaign entities by paginating typed lists and stripping HTML, returning matches with a snippet around the hit. Control API cost by narrowing types and pages.
Instructions
Search across the body text (entry HTML) of entities by paginating typed list endpoints, stripping HTML, and matching locally. Costs API budget — narrow types and lower max_pages_per_type to keep it cheap. Returns matches with a snippet around the hit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| query | Yes | ||
| types | No | ||
| max_pages_per_type | No | ||
| per_page | No | ||
| limit | No | ||
| case_sensitive | No | ||
| regex | No |