struct Mailjet::Contactfilter::CreateResponse
- Mailjet::Contactfilter::CreateResponse
- Struct
- Value
- Object
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
- JSON::Serializable
- Mailjet::Json::Fields