Retrieve template
Retrieve a specific email template by its unique identifier. This endpoint allows you to access the details of an email template, which can be useful for reviewing or managing your email automation strategies. Please note: the scopes for these endpoints require user-level access and will not work for existing apps with portal-level access.
Supported products
Supported products
Required Scopes
Required Scopes
Path Parameters
The unique identifier of the email template to retrieve.
Response
successful operation
The unique identifier for the email template, represented as a string.
The content of the email template, represented as a string.
The timestamp indicating when the email template was created, represented as an integer in int64 format.
The identifier of the folder where the email template is stored, represented as a string.
The name of the email template, represented as a string.
The identifier of the owner of the email template, represented as a string.
The subject line of the email template, represented as a string.
The timestamp indicating when the email template was last updated, represented as an integer in int64 format.