struct Mailjet::Listrecipient::ListPath
- Mailjet::Listrecipient::ListPath
- Mailjet::Path
- Struct
- Value
- Object
Overview
Find all contact lists
response = Mailjet::Listrecipient.all
listrecipients = response.data
# or
response.each do |listrecipient|
listrecipient.list_name
end