create_template
Create a new email template for a client's campaigns. Provide the template name and optionally a client ID, HTML page URL, or zip file URL for assets.
Instructions
Create a new email template for a client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template name | |
| client_id | No | Client ID (defaults to CM_CLIENT_ID env var) | |
| html_page_url | No | URL to the HTML page for the template | |
| zip_file_url | No | URL to a zip file containing template assets |