struct Mailjet::Contact::CreatePath

Overview

Create a contact

contact = Mailjet::Contact.create({
  name:                       "Contact name",
  email:                      "[email protected]",
  is_excluded_from_campaigns: false,
})

Defined in:

mailjet/resources/contact.cr

Instance Method Summary

Instance methods inherited from struct Mailjet::Path

params : Hash(String, String) params, pattern pattern, to_s : String to_s

Constructor methods inherited from struct Mailjet::Path

new(params : Hash | NamedTuple = Hash(String, String).new) new

Instance Method Detail

def pattern : String #