Make Mailjet useful for Zapier
Hi mailjet team.
we are using Zapier to transfer new newsletter subscribers to a CRM (monday).
Unfortunately the API between mailjet an Zapier only can transfer the email-address, but not other fields / properties.
As you can understand it would make very sense also to transfer fields like name, gender and so on. Especially to a CRM.
I would love to hear that this is something that is in development and soon to be ready. We really would like to avoid to move from mailjet to another system.
Thanks & regards,
Ben
-
Jim Theisen commented
I'm not sure if this has been fixed since you posted this but I was able to pull in the "Contact Properties"
I made a trigger "New Subscribe in Mailjet"
Then the event is "Send HTML Email"
In the Email HTML Body I was able to pull in the Contact Properties from the contact using the [[data.xxxx]] method. So I built an HTML email with all the information I wanted was inserted using that method.ex:
<strong>Name:</strong> [[data.firstname]] [[data.lastname]]<br>
<strong>Company:</strong> [[data.company]]<br>etc...
Hope this helps someone looking to use Zapier.