struct Mailjet::Template::CreatePath
- Mailjet::Template::CreatePath
- Mailjet::Path
- Struct
- Value
- Object
Overview
Create a template
template = Mailjet::Template.create({
author: "John Doe",
categories: [
"commerce",
],
copyright: "John Doe",
description: "Used for discount promotion.",
...
})