Last active
September 13, 2016 21:19
-
-
Save brandonmwest/442da3969eab9b7b2b0f55f5411f32c5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"personalizations": [{ | |
"to": [{ | |
"email": "[email protected]" | |
}], | |
"cc": [{ | |
"email": "[email protected]" | |
}, { | |
"email": "[email protected]" | |
}, { | |
"email": "[email protected]" | |
}], | |
"substitutions": { | |
"%fname%": "Anna" | |
}, | |
"custom_args": { | |
"customer_id": 54 | |
}, | |
"subject": "Special Message for Anna" | |
}, { | |
"to": [{ | |
"email": "[email protected]" | |
}], | |
"cc": [{ | |
"email": "[email protected]" | |
}], | |
"substitutions": { | |
"%fname%": "Elwood" | |
}, | |
"custom_args": { | |
"customer_id": 55 | |
}, | |
"subject": "Special Message for Elwood" | |
}], | |
"from": { | |
"email": "[email protected]" | |
}, | |
"content": [{ | |
"type": "text/plain", | |
"value": "Hello %fname%!" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment