Email Templates
Template-based transactional email engine. Render and send beautiful emails with variable substitution. Includes default templates for e-commerce, with full customization per project.
Endpoints (7)
Render an email template with variables and send it via Resend. Returns the rendered subject and a confirmation.
No input parameters required.
Render a template with variables and return the HTML and subject without sending. Use for testing templates before going live.
No input parameters required.
List all available email templates for this project. Shows both custom templates and built-in defaults.
No input parameters required.
Get a specific template with its subject, HTML body, and available variables.
No input parameters required.
Create a custom email template for this project. Overrides the built-in default if same template_id is used.
No input parameters required.
Update an existing custom email template. Only send fields you want to change.
No input parameters required.
Delete a custom email template. If a built-in default exists for this template_id, it will be used again.
No input parameters required.
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| render-and-send | email-templates_render_and_send |
| preview | email-templates_preview |
| list-templates | email-templates_list_templates |
| get-template | email-templates_get_template |
| create-template | email-templates_create_template |
| update-template | email-templates_update_template |
| delete-template | email-templates_delete_template |