struct Mailjet::Messagehistory::ListPath

Overview

Fetches the history of a message

response = Mailjet::Messagehistory.all(params: {id: 576460754655154659})
response.data.first.event_type
# => "opened"

Defined in:

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