Skip to main content
PATCH

Authorizations

Authorizations
string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

templateId
string
required
The unique identifier of the template.Example: "A-abc123def456ghi789jk"

Body

previewText
string
required
Email preview text / preheader (max 140 characters). This text is automatically injected into the template HTML and shown in email clients before the email is opened.Maximum length: 140Example: "Don't miss out on our latest updates"

Response

Preview text updated successfully
success
boolean
Indicates if the request was successfulExample: true
data
object
The updated template object