> ## 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.

# Create Email Template

> Create an HTML transactional email template in Brevo.

**Create Email Template** creates a reusable Brevo template with its sender,
subject, and HTML content.

## Inputs

| Input                   | Type          | Required | Description                                                   |
| ----------------------- | ------------- | -------- | ------------------------------------------------------------- |
| **Third-party account** | Brevo account | Yes      | The API key used to create the template.                      |
| **Template Name**       | String        | Yes      | A non-empty name visible in Brevo.                            |
| **Subject**             | String        | Yes      | A non-empty email subject.                                    |
| **HTML Content**        | String        | Yes      | A non-empty HTML body.                                        |
| **Sender Email**        | String        | Yes      | The address shown as the sender.                              |
| **Sender Name**         | String        | No       | The display name shown with the sender address.               |
| **Is Active**           | Boolean       | No       | Whether the template can be used immediately. Defaults to on. |

## Output

| Output          | Type   | Description               |
| --------------- | ------ | ------------------------- |
| **Template ID** | Number | The ID assigned by Brevo. |

Store **Template ID** if a later workflow will activate, deactivate, or send
from this template.
