I have tried to pass the eticket number data in the EventPayLoad property in a Postman request, but the data is not displayed in the email I receive.
In Postman
`{
"Messages": [
{
"From": {
"Email": "mymail@gmail.com",
"Name": "Me"
},
"To": [
{
"Email":"mysecondemail@noaignite.com",
"Name": "You"
}
],
"Subject": "My first Mailjet Email!",
"TemplateID": 4345372,
"TemplateLanguage": true,
"TemplateErrorReporting": {
"Email": "mymailemail@g.com",
"Name": "Error Email"
},
"TemplateErrorDeliver": true,
"EventPayload": "Eticket,1234,row,15,seat,B"
}
]
}`
My template in Mailjet
`<html>
<body>
<p>
Hello world!
{{var:Eticket:"\"\""}}
</p>
</body>
</html>`
Mail content I receive: Hello world! ""