list_templates
Retrieve all transactional email templates (legacy and dynamic) from SendGrid to manage and organize your email marketing campaigns and automated communications.
Instructions
Retrieve all transactional templates (legacy and dynamic)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
generations | No | Filter by template generation (legacy or dynamic) | |
page_size | No | Number of templates to return (max 200) |
Input Schema (JSON Schema)
{
"properties": {
"generations": {
"description": "Filter by template generation (legacy or dynamic)",
"type": "string"
},
"page_size": {
"default": 50,
"description": "Number of templates to return (max 200)",
"type": "number"
}
},
"type": "object"
}