create_design
Create a new design in the SendGrid Design Library with specified name, optional subject, HTML content, plain text, and categories.
Instructions
Mutating: create a new SendGrid Design Library design
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Design name | |
| editor | No | Optional editor type supported by SendGrid | |
| subject | No | Optional email subject | |
| categories | No | Optional categories | |
| html_content | No | Optional design HTML content | |
| plain_content | No | Optional plain text content | |
| generate_plain_content | No | Optional flag for SendGrid to generate plain text from HTML |