Last active
May 23, 2017 08:51
-
-
Save grebett/8349f7b5eb3f7aeb363f6947afba95de 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": [{ | |
"Status": "Success", | |
"CustomID": "myCustomID", | |
"To": [{ | |
"Email": "[email protected]", | |
"MessageUUID": "123", | |
"MessageID": "456", | |
"MessageHref": "https://api.mailjet.com/v3.1/message/456" | |
}], | |
"Cc": [], | |
"Bcc": [] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment