Open Connector
All tools

SendGrid Templates

Manage Twilio SendGrid transactional templates.

sendgrid-templatesv1.0.011 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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.**

**This endpoint allows you to activate a version of one of your templates.**

Authentication

Connected account required

Tags

Templates Versions
Create a transactional template.SENDGRID_TEMPLATES_CREATE_TEMPLATE**This endpoint allows you to create a transactional template.**

**This endpoint allows you to create a transactional template.**

Authentication

Connected account required

Tags

Templates
Create a new transactional template version.SENDGRID_TEMPLATES_CREATE_TEMPLATE_VERSION**This endpoint allows you to create a new version of a template.**

**This endpoint allows you to create a new version of a template.**

Authentication

Connected account required

Tags

Templates Versions
Delete a template.SENDGRID_TEMPLATES_DELETE_TEMPLATE**This endpoint allows you to delete a transactional template.**

**This endpoint allows you to delete a transactional template.**

Authentication

Connected account required

Tags

Templates
Delete a transactional template version.SENDGRID_TEMPLATES_DELETE_TEMPLATE_VERSION**This endpoint allows you to delete a transactional template version.**

**This endpoint allows you to delete a transactional template version.**

Authentication

Connected account required

Tags

Templates Versions
Duplicate a transactional template.SENDGRID_TEMPLATES_DUPLICATE_TEMPLATE**This endpoint allows you to duplicate a transactional template.**

**This endpoint allows you to duplicate a transactional template.**

Authentication

Connected account required

Tags

Templates
Retrieve a single transactional template.SENDGRID_TEMPLATES_GET_TEMPLATE**This endpoint allows you to retrieve a single transactional template.**

**This endpoint allows you to retrieve a single transactional template.**

Authentication

Connected account required

Tags

Templates
Retrieve a specific transactional template version.SENDGRID_TEMPLATES_GET_TEMPLATE_VERSION**This endpoint allows you to retrieve a specific version of a template.**

**This endpoint allows you to retrieve a specific version of a template.**

Authentication

Connected account required

Tags

Templates Versions
Retrieve paged transactional templates.SENDGRID_TEMPLATES_LIST_TEMPLATE**This endpoint allows you to retrieve all transactional templates.**

**This endpoint allows you to retrieve all transactional templates.**

Authentication

Connected account required

Tags

Templates
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).

**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 required

Tags

Templates
Edit a transactional template version.SENDGRID_TEMPLATES_UPDATE_TEMPLATE_VERSION**This endpoint allows you to edit the content of your template version.**

**This endpoint allows you to edit the content of your template version.**

Authentication

Connected account required

Tags

Templates Versions

Provider resources