create_template
Define and save a new email template with subject, HTML, and plain text content to your SendGrid account.
Instructions
Create a new email template in SendGrid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the template | |
| subject | Yes | Default subject line for the template | |
| html_content | Yes | HTML content of the template | |
| plain_content | Yes | Plain text content of the template |