Dashboard
How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server OpenClaw Skill Tools Deploy Dashboard
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.

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.

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