brevo.listEmailTemplates returns a page of templates with current content and status.
Example
Inputs
limit defaults to 50 and accepts up to 1,000. offset defaults to 0, and sort defaults to desc. templateStatus filters active templates when true or inactive templates when false. editorType: "richTextEditor" restricts editor type. Second argument { account } selects the Brevo binding.
Output
Returns{ count: number; templates: Template[] }. Each template includes numeric id, name, subject, htmlContent, isActive, timestamps, sender email and optional ID/name, plus optional replyTo, tag, testSent, and toField. count is the provider’s matching total. Use offset to page.