> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Email Templates

> List Brevo transactional email templates.

**Get Email Templates** retrieves up to 250 templates from a Brevo account.

## Inputs

| Input                             | Type          | Required | Description                                 |
| --------------------------------- | ------------- | -------- | ------------------------------------------- |
| **Third-party account**           | Brevo account | Yes      | The account to inspect.                     |
| **Only Include Active Templates** | Boolean       | No       | Exclude inactive templates. Defaults to on. |

## Outputs

| Output        | Type            | Description                           |
| ------------- | --------------- | ------------------------------------- |
| **Templates** | List of objects | The returned templates.               |
| **Count**     | Number          | Brevo's total count for the response. |

Each template exposes **Template ID**, **Template Name**, **Subject**, **Sender
Name**, **Sender Email**, **Reply To**, **Is Active**, **HTML Content**,
**Created At**, and **Modified At**.

<Note>
  The action requests a maximum of 250 templates. Accounts with more templates
  may need narrower organization outside this action.
</Note>
