Skip to content

Preview Email

Tool name: preview-email-editor

Renders the current drag-and-drop email draft and displays its HTML in an MCP App. Takes the editor URL from get-email-editor-content or a content write. Includes unpublished edits; does not save, publish or send. Recipient placeholders remain unresolved. The result carries contentHtml for hosts without MCP Apps support.

Input schema

editorUrlstring, [ 12 .. 500 ] charactersrequired

Editor URL of the email, as a previous read returned it

accountIdnull or integer, >= 1

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

Default:null
Input example
{ "editorUrl": "stringstring", "accountId": null }

Output schema

accountIdintegerrequired
emailIdintegerrequired
editorUrlstringrequired
contentRevisionstringrequired
contentHtmlstringrequired
Output example
{ "accountId": 0, "emailId": 0, "editorUrl": "string", "contentRevision": "string", "contentHtml": "string" }