Portfolio Supported AIs Solutions Tasks Email Archive Integrations Pricing

Get Started

ChatGPT

ChatGPT

Start directly →

Ready
Claude

Claude

Directory Connector →

Ready
Mistral

Mistral

Directory Connector →

Ready

Dashboard Always available
Email Templates

Email Templates

⚡ Built-in — Platform Built-in

Template-based transactional email engine. Render and send beautiful emails with variable substitution. Includes default templates for e-commerce, with full customization per project.

⚡ Built-in — No Setup Required This integration is built into the WebsitePublisher platform. All endpoints are available immediately — no API key needed.

Endpoints (7)

POST render-and-send

Render an email template with variables and send it via Resend. Returns the rendered subject and a confirmation.

No input parameters required.

POST preview

Render a template with variables and return the HTML and subject without sending. Use for testing templates before going live.

No input parameters required.

GET list-templates

List all available email templates for this project. Shows both custom templates and built-in defaults. Variants appear as ordinary templates under their suffixed id, e.g. "order-confirmation-paid".

No input parameters required.

GET get-template

Get a specific template with its subject, HTML body, and available variables.

No input parameters required.

POST create-template

Create a custom email template for this project. Overrides the built-in default if same template_id is used. To create a variant that render-and-send can select through template_variant, use the suffixed id directly, e.g. template_id "order-confirmation-paid" alongside "order-confirmation".

No input parameters required.

PUT update-template

Update an existing custom email template. Only send fields you want to change.

No input parameters required.

DELETE delete-template

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:

EndpointMCP 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
← Back to all integrations