v1
latestOpenAPI 3.1.02026-07-24700259.3 KBTEMPLATES
Add an email template
Adds a new email template that you can use to format your emails.
post/template/add
Request body
Response
Template added
Example response
{
"request_id": "f00c0856-dde8-11eb-b4ce-1002b51e60a4",
"data": {
"id": "5355878",
"name": "Order receipt",
"template_name": "Order receipt",
"subject": "Order receipt for {{ product_name }}",
"tags": [
"one"
],
"last_updated": "2024-01-01 12:00:00"
}
}