Skip to content

Instantly share code, notes, and snippets.

@nicholasareed
Created December 12, 2011 00:11
Show Gist options
  • Save nicholasareed/1463662 to your computer and use it in GitHub Desktop.
Save nicholasareed/1463662 to your computer and use it in GitHub Desktop.
JSON sample expanded return
{
"view":"cv",
"to_address":[
"to_address@example.com",
"to_address_2@example.com"
],
"from_address":"no-reply@example.com",
"cc_address":[
"cc1@example.com",
"cc2@example.com"
],
"subject":"This is the subject of the email",
"thread_id":"1342f5223ss9028e1710",
"date_received":"Sun, Dec 11, 2011 at 2:51 PM"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment