struct Mailjet::Contactfilter::UpdateResponse

Overview

Update a contactfilter

contactfilter = Mailjet::Contactfilter.update(112334, {
  description: "Users that have not clicked on an email link in the last 7 days",
  expression:  "((not hasclickedsince(7)))",
  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 #