Email
email.templates
HTML templates with {{ variable }} placeholders. Use templates for consistent branding across email, or reference them inline on every send.
#Endpoints
- GET
/v1/email/templatesList templates in your workspace. Filter by status or search by name. - GET
/v1/email/templates/:idFetch a single template by id. - POST
/v1/email/templatesCreate a new HTML template. - PUT
/v1/email/templates/:idPartial update. Only provided fields change — omit the rest.
GET
/v1/email/templatesList templates in your workspace. Filter by status or search by name.
SDK
TypeScript
Response
JSON
GET
/v1/email/templates/:idFetch a single template by id.
SDK
TypeScript
POST
/v1/email/templatesCreate a new HTML template.
SDK
TypeScript
Request body
JSON
PUT
/v1/email/templates/:idPartial update. Only provided fields change — omit the rest.