struct Mailjet::Contactfilter::CreatePath
- Mailjet::Contactfilter::CreatePath
- Mailjet::Path
- 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",
})