struct Mailjet::Contactfilter::CreateResponse

Overview

Create a contactfilter

contactfilter = Mailjet::Contactfilter.create({
  description: "Users that have not clicked on an email link in the last 14 days",
  expression:  "((not hasclickedsince(14)))",
  name:        "Inactive customers",
})

Included Modules

Defined in:

mailjet/resources/contactfilter.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def data : ResponseData #