create_template
Create a new email template by providing a unique ID, name, subject, HTML content, and sender email.
Instructions
Create a new email template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template ID/slug | |
| html | Yes | ||
| name | Yes | ||
| text | No | ||
| subject | Yes | ||
| from_name | No | ||
| from_email | Yes |