Created
May 4, 2015 22:07
-
-
Save thomasdegry/4be6c25db5d6d633df14 to your computer and use it in GitHub Desktop.
Email JSON
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
{ | |
"key": "fzqml666hIkK5fem6YncLg", | |
"template_name": "selfie-notification", | |
"template_content": [ | |
{ | |
"name": "Orange Room SELFIE", | |
"content": "Here is your picture that you took with the SELFIE Mirror!" | |
} | |
], | |
"message": { | |
"subject": "Your Orange Room SELFIE", | |
"from_email": "[email protected]", | |
"from_name": "Orange Room SELFIE", | |
"to": [ | |
{ | |
"email": "FOO", | |
"name": "FOO", | |
"type": "to" | |
} | |
], | |
"headers": { | |
"Reply-To": "[email protected]" | |
}, | |
"important": false, | |
"track_opens": null, | |
"track_clicks": null, | |
"auto_text": null, | |
"auto_html": null, | |
"inline_css": null, | |
"url_strip_qs": null, | |
"preserve_recipients": null, | |
"view_content_link": null, | |
"tracking_domain": null, | |
"signing_domain": null, | |
"return_path_domain": null, | |
"merge": true, | |
"merge_language": "mailchimp", | |
"global_merge_vars": [ | |
{ | |
"PHOTOURL": "BAR", | |
"photourl": "BAR" | |
} | |
], | |
"merge_vars": [ | |
{ | |
"rcpt": "FOO", | |
"vars": [ | |
{ | |
"name": "PHOTOURL", | |
"content" : "BAR" | |
} | |
] | |
} | |
], | |
"tags": [ | |
"selfie", "orange room", "orange room selfie" | |
] | |
}, | |
"async": false, | |
"ip_pool": "Main Pool" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment