mailjet-apiv3-templating-samples
mailjet-apiv3-templating-samples copied to clipboard
Mailjet API transactional templating samples

Mailjet API V3 templating samples
The samples leverage the Mailjet Templating language for Transactional Emailing.
Documentation
Full guide for Mailjet Transactional templating
The Mailjet templating language offers :
- Data substitution with
{{ ... }} - Conditional statements:
if,else,elseifandendif - Loop statements:
for inandendfor
List of samples
- All in one transactional : one template rules all your simple transactional messages. Make it easy to manage a single canvas for all your messages
- Mailjet Air Electronic ticket : depending on the destination, the seat class and booking of a car to the airport, the layout changes and offers specific call to actions
- Question / Answers / Comment notifications : alerts for new question, comment and answer (Quandora like) with specific call to action depending on the alerts
- Ecommerce purchase steps : one template to handle all the purchasing communication to the clients
- White label : one template to handle multiple branding
- RSS to email : pull a RSS feed and send it by email (simple loop sample)
- Product list : simple product list
- Product list in zigzag : product list with alternative image side
- Ecommerce receipt : list of product purchased and total price of purchase
More to come soon, so come back ;)