v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
TEMPLATES

View template details

Returns details of the email template with the specified ID.

post/template/view

Request body

idstring required

The case-sensitive ID of the email template that you wish to view

Response

Details of a template

request_idstring

Example response

{
  "request_id": "f00c0856-dde8-11eb-b4ce-1002b51e60a4",
  "data": {
    "html_body": "Shiny HTML body. This is a {{ variable }}",
    "id": "testid",
    "subject": "Shiny new Subject",
    "tags": [
      "tagged"
    ],
    "name": "Shiny new name",
    "text_body": "Shiny Text body",
    "last_updated": "2024-01-01 12:00:00"
  }
}