Skip to content

Preview Email Template

Tool name: preview-email-editor-template

Renders one design of the KlickTipp template catalogue and shows it whole, in an MCP App window, so a person can see it before it replaces anything. Takes the id search-email-editor-templates returned, the one that reads like "monthly-marketing-dispatch"; a number from that answer is refused by name. Renders the design itself, not the catalogue thumbnail, so what is approved here is what replace-email-editor-content-from-template would write. Reads only: no email is touched, nothing is stored and nothing is sent. The result carries contentHtml for a host without MCP Apps support.

Input schema

templateIdstring, [ 1 .. 250 ] charactersrequired

id of the design, as search-email-editor-templates returned it

accountIdnull or integer, >= 1

User ID of the account; omit for the account the access token works in

Default:null
Input example
{ "templateId": "string", "accountId": null }

Output schema

accountIdintegerrequired
templateIdstringrequired
contentHtmlstringrequired
Output example
{ "accountId": 0, "templateId": "string", "contentHtml": "string" }