cm_create_template
Create a new email template for a client by providing a hosted HTML URL and optional ZIP of assets. Simplify template setup and asset management.
Instructions
Create a new template for a client from hosted HTML (and optional ZIP of assets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Name | Yes | Template name. | |
| clientId | Yes | Client ID to create the template under. | |
| ZipFileURL | No | Optional URL of a ZIP file containing template images/assets. | |
| HtmlPageURL | Yes | Publicly accessible URL of the template HTML. |