Category "mailjet"

Mailjet templating - conditional decision when a value in var is (not) null

Is it possible to conditionally check and decide if var:<my_var> is null | not null? I am might be missing something obvious, but so far did not find how

Mailjet API: how to add template parameters?

I use the Mailjet API PHP library. And I want to send an email with a template. How can I add template parameters to my function sendEmail? Thanks