struct Mailjet::Contactfilter::UpdatePath

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",
})

Defined in:

mailjet/resources/contactfilter.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 #