nevent_list_templates
Call this to discover available email templates before creating a campaign. Returns templates for the active tenant: id, name, tags, and whether they use MJML or HTML. Use the returned template id in nevent_create_campaign. Call nevent_get_template to inspect the full HTML/MJML source of a specific template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field: createdAt | modifiedAt | name (default modifiedAt) | modifiedAt |
| tags | No | Filter templates by tags. Only templates that have ALL specified tags are returned. Omit to return templates regardless of tags. | |
| limit | No | Maximum number of templates to return (default 50, max 200) | |
| sort_order | No | Sort direction: asc | desc (default desc) | desc |
| content_nature | No | Filter by AI-assigned content nature classification (e.g. "promotional", "transactional", "newsletter", "event_reminder"). Omit to return templates of all natures. |