Update template
Update an existing email template in your HubSpot account. This endpoint allows you to modify the template’s properties such as name, subject, body, and folderId. Ensure that the templateId provided corresponds to an existing template. 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 update.
Body
An object representing the body content of the email template.
An object representing the identifier of the folder where the email template is stored.
An object representing the name of the email template.
An object representing the subject line of the email template.
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.