struct Mailjet::Template::CreateResponse
- Mailjet::Template::CreateResponse
- Struct
- Value
- Object
Overview
Create a template
template = Mailjet::Template.create({
author: "John Doe",
categories: [
"commerce",
],
copyright: "John Doe",
description: "Used for discount promotion.",
...
})
Included Modules
- JSON::Serializable
- Mailjet::Json::Fields