Created
July 20, 2016 18:16
-
-
Save sud0n1m/624a217a120905171e39a61c583292e1 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
{ | |
"description": "What a fancy postcard", | |
"to": { | |
"name": "{{ customer.first_name }} {{ customer.last_name }}", | |
"address_line1": "{{ customer.address_1 }}", | |
"address_line2": "{{ customer.address_2 }}", | |
"address_city": "{{ customer.city }}", | |
"address_state": "{{ customer.State }}", | |
"address_zip": "{{ customer.zip }}", | |
"address_country": "US" | |
}, | |
"from": { | |
"name": "Your Company", | |
"address_line1": "123 Main St", | |
"address_line2": "Ste 300", | |
"address_city": "Portland", | |
"address_state": "OR", | |
"address_zip": "97205", | |
"address_country": "US" | |
}, | |
"front": "http://userimg.customeriomail.com/WimaKyKwRvusmPIsxsUm_Ian1.jpg", | |
"back": "<html style='padding: 1in; font-size: 18;'>Hi {{ customer.first_name }}, Thanks for being our customer!</html>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment