LowCodeAPI
351 APIs
  • Transactional Templates Versions(5)
    • POST
      Create a new transactional template version
    • POST
      Activate a transactional template version
    • GET
      Retrieve a specific transactional template version
    • PATCH
      Edit a transactional template version
    • DEL
      Delete a transactional template version
POST
POST
GET
PATCH
DELETE
POST
GET
PATCH
GET
POST
https://api.lowcodeapi.com/sendgrid/v3/templates/template_id/versions
Path Parameters 1
template_id*string

The path parameters will be sent as a URL query parameters as a part of the request.

Request Payload

The payload will be sent as a application/json as a part of the request body.

Path Parameters
template_id*string
Template Id
Payload
activenumber
Set the version as the active version associated with the template
namestring*
Name of the transactional template version
html_contentstring
The HTML content of the version
plain_contentstring
Text/plain content of the transactional template version
generate_plain_contentboolean
If true plain_content is always generated from html_content
subjectstring*
Subject of the new transactional template version
editorstring
The editor used in the UI
test_datastring
For dynamic templates only the mock json data that will be used for template preview and test sends.
Response
API response data will be shown here once the request is completed.
Sendgrid