Creates a new email template in Mailcoach via POST /api/templates. Use this action to create reusable HTML templates that can be referenced when sending transactional emails. Returns the created template with its UUID, which can be used to reference, update, or delete the templa…
htmlstringHTML content of the template. Supports Mailcoach placeholders like {{ subscriber.email }}. If neither html nor structured_html is provided, an empty string is used.
nameRequiredstringName for the template. Used to identify the template in your Mailcoach account. Duplicate names are allowed (each template gets a unique UUID).
structured_htmlstringStructured HTML content, typically MJML format for responsive emails. Takes precedence over html if both provided.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.