Last active
October 11, 2018 19:28
-
-
Save linkerzx/b11238ff8333cff734aaa1910b1b9661 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
post_to_trigger_send( | |
myaccessKey, | |
"test_email_send", | |
"[email protected]", | |
{ | |
"Address": "[email protected]", | |
"Name": "Julien@Original Sender" | |
} | |
, | |
{ | |
"orderId": "order123", | |
"content": "Testing The Content of this message" | |
} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment