Transactional emails
Returns the template information
get/smtp/templates/{templateId}
Path parameters
templateIdinteger required
id of the template
Response
Email template informations
Example response
{
"id": 4,
"name": "Order Confirmation - EN",
"subject": "Thanks for your order !",
"isActive": true,
"testSent": true,
"sender": {
"name": "Mary form MyShop",
"email": "contact@myshop.fr",
"id": "43"
},
"replyTo": "replyto@domain.com",
"toField": "{FIRSTNAME} {LASTNAME}",
"tag": "sports",
"htmlContent": "Your order n°xxxxx has been confirmed. Thanks for your purchase.",
"createdAt": "2017-05-01T12:30:00Z",
"modifiedAt": "2017-05-12T12:30:00Z"
}