SendGrid Templates
Manage Twilio SendGrid transactional templates.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "SENDGRID_TEMPLATES_ACTIVATE_TEMPLATE_VERSION", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("SENDGRID_TEMPLATES_ACTIVATE_TEMPLATE_VERSION", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute SENDGRID_TEMPLATES_ACTIVATE_TEMPLATE_VERSION --data '{ }'Tool catalog
Available tools
11 callable operations
Activate a transactional template version.SENDGRID_TEMPLATES_ACTIVATE_TEMPLATE_VERSION**This endpoint allows you to activate a version of one of your templates.**Connection
**This endpoint allows you to activate a version of one of your templates.**
Authentication
Connected account requiredTags
Create a transactional template.SENDGRID_TEMPLATES_CREATE_TEMPLATE**This endpoint allows you to create a transactional template.**Connection
**This endpoint allows you to create a transactional template.**
Authentication
Connected account requiredTags
Create a new transactional template version.SENDGRID_TEMPLATES_CREATE_TEMPLATE_VERSION**This endpoint allows you to create a new version of a template.**Connection
**This endpoint allows you to create a new version of a template.**
Authentication
Connected account requiredTags
Delete a template.SENDGRID_TEMPLATES_DELETE_TEMPLATE**This endpoint allows you to delete a transactional template.**Connection
**This endpoint allows you to delete a transactional template.**
Authentication
Connected account requiredTags
Delete a transactional template version.SENDGRID_TEMPLATES_DELETE_TEMPLATE_VERSION**This endpoint allows you to delete a transactional template version.**Connection
**This endpoint allows you to delete a transactional template version.**
Authentication
Connected account requiredTags
Duplicate a transactional template.SENDGRID_TEMPLATES_DUPLICATE_TEMPLATE**This endpoint allows you to duplicate a transactional template.**Connection
**This endpoint allows you to duplicate a transactional template.**
Authentication
Connected account requiredTags
Retrieve a single transactional template.SENDGRID_TEMPLATES_GET_TEMPLATE**This endpoint allows you to retrieve a single transactional template.**Connection
**This endpoint allows you to retrieve a single transactional template.**
Authentication
Connected account requiredTags
Retrieve a specific transactional template version.SENDGRID_TEMPLATES_GET_TEMPLATE_VERSION**This endpoint allows you to retrieve a specific version of a template.**Connection
**This endpoint allows you to retrieve a specific version of a template.**
Authentication
Connected account requiredTags
Retrieve paged transactional templates.SENDGRID_TEMPLATES_LIST_TEMPLATE**This endpoint allows you to retrieve all transactional templates.**Connection
**This endpoint allows you to retrieve all transactional templates.**
Authentication
Connected account requiredTags
Edit a transactional template.SENDGRID_TEMPLATES_UPDATE_TEMPLATE**This endpoint allows you to edit the name of a transactional template.** To edit the template itself, [create a new transactional template version](https://docs.sendgrid.com/api-reference/transactional-templates-versions/create-a-new-transactional-template-version).Connection
**This endpoint allows you to edit the name of a transactional template.** To edit the template itself, [create a new transactional template version](https://docs.sendgrid.com/api-reference/transactional-templates-versions/create-a-new-transactional-template-version).
Authentication
Connected account requiredTags
Edit a transactional template version.SENDGRID_TEMPLATES_UPDATE_TEMPLATE_VERSION**This endpoint allows you to edit the content of your template version.**Connection
**This endpoint allows you to edit the content of your template version.**
Authentication
Connected account requiredTags