Skip to content

Instantly share code, notes, and snippets.

@thomasdegry
Created May 4, 2015 22:07
Show Gist options
  • Save thomasdegry/4be6c25db5d6d633df14 to your computer and use it in GitHub Desktop.
Save thomasdegry/4be6c25db5d6d633df14 to your computer and use it in GitHub Desktop.
Email JSON
{
"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": "selfie@istrategylabs.com",
"from_name": "Orange Room SELFIE",
"to": [
{
"email": "FOO",
"name": "FOO",
"type": "to"
}
],
"headers": {
"Reply-To": "selfie@istrategylabs.com"
},
"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