get_template
Retrieve specific email template details and all versions for SendGrid email campaigns and automation workflows.
Instructions
Retrieve details of a specific template including all versions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
template_id | Yes | ID of the template to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"template_id": {
"description": "ID of the template to retrieve",
"type": "string"
}
},
"required": [
"template_id"
],
"type": "object"
}