sendgrid_get_template
ActiveTool of io.usefulapi/sendgrid
declared in 1.0.0
Get a single transactional email template by id, including its versions (subject + content). SendGrid: GET /v3/templates/{template_id}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"template_id"
],
"properties": {
"template_id": {
"type": "string",
"description": "The template id (dynamic template ids start with \"d-\")."
}
}
}Parent server
io.usefulapi/sendgrid
https://github.com/m190/usefulapi-mcp
1/7 registries