open_template_editor
Open the SendGrid template editor in your browser to visually create and modify email templates for marketing campaigns and transactional emails.
Instructions
Open the SendGrid template editor in browser for visual editing
Input Schema
Name | Required | Description | Default |
---|---|---|---|
template_id | No | Template ID to open (opens template list if not provided) |
Input Schema (JSON Schema)
{
"properties": {
"template_id": {
"description": "Template ID to open (opens template list if not provided)",
"type": "string"
}
},
"type": "object"
}