Skip to main content
PUT
string
required
Bearer token for API authentication. Format: Bearer {{apiToken}}

Query Parameters

UUID
required
The ID of the template to update.
Request Body

Body Parameters

string
required
Specifies the name of the template.
string
A brief description of the template.
array
A list of tag names associated with the template.
array
A list of variables used in the template.
object
required
Channel-specific configurations for the template.

Response

object
UUID
Template ID.
string
Template name.
UUID
Draft version ID.
array
List of channel-specific template metadata.
UUID
Channel template ID.
string
Channel name (e.g., “SMS”, “EMAIL”).
object
Embedded configuration object.
string
Channel name.
UUID
Template version ID.
object
string
The error code (e.g., BAD_REQUEST).
string
A human-readable error message.

Status Codes

  • 200 - OK
  • 400 - BAD REQUEST
  • 401 - UNAUTHORISED
  • 404 - NOT FOUND