struct Mailjet::Campaigndraft::CreateResponse

Overview

Create a campaigndraft

campaigndraft = Mailjet::Campaigndraft.create({
  locale:  "en_US",
  subject: "It's going to be fabulous!",
})

Included Modules

Defined in:

mailjet/resources/campaigndraft.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def data : ResponseData #