Created
December 4, 2013 15:16
-
-
Save ashaegupta/7789210 to your computer and use it in GitHub Desktop.
Customer data.
This file contains 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
customer: { | |
id: 12031923019, | |
email: "[email protected]", | |
signed_up: 1386169925 //TIMESTAMP, | |
last_visited: 1386169925 //TIMESTAMP, | |
last_emailed: 1386169925 //TIMESTAMP, | |
unsubscribed: false //boolean, | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment