Created
May 23, 2017 08:00
-
-
Save grebett/cbac8efa1a6ea69447b586c7c23b39fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Messages": [ | |
{ | |
"From": { | |
"Name": "Hello Mailjet", | |
"Email": "[email protected]" | |
}, | |
"Subject": "This is an example of a detailed sender payload", | |
"TemplateID": 6993, | |
"TemplateLanguage": true, | |
"To": [ | |
{ | |
"Email": "[email protected]" | |
} | |
], | |
"Variables": { | |
"some_variable": "some-value" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment