# POST /email-templates/preview

**Resource:** [Email Templates](./email-templates.md)  
**MCP tool:** `preview_email_template`  
**Scopes:** `company:read`  
**Write operation:** no

Preview the rendered HTML for a channel email template, applying optional workspace and per-template chrome overrides. Free read.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `channel` | body | string | yes | Channel template key |
| `workspace_settings` | body | object | no |  |
| `per_template_settings` | body | object | no |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/email-templates/preview"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"channel":"...","workspace_settings":"...","per_template_settings":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`