Skip to content

Instantly share code, notes, and snippets.

@ethanhinson
Last active December 15, 2017 19:27
Show Gist options
  • Save ethanhinson/741f377dbf56ab337abdaa1678ad3c4f to your computer and use it in GitHub Desktop.
Save ethanhinson/741f377dbf56ab337abdaa1678ad3c4f to your computer and use it in GitHub Desktop.
JSON Sample
{
"To": "Someone <someone@bluetent.com>",
"Data": {
"activities": [
{
"name": "My Activity Name",
"link": "https://www.explorie.com/some-link",
"image_url": "https://www.explorie.com/path/to/images/image.jpg"
},
{
"name": "My Activity Name 2",
"link": "https://www.explorie.com/some-link-2",
"image_url": "https://www.explorie.com/path/to/images/image2.jpg"
},
{
"name": "My Activity Name 3",
"link": "https://www.explorie.com/some-link-3",
"image_url": "https://www.explorie.com/path/to/images/image3.jpg"
},
{
"name": "My Activity Name 4",
"link": "https://www.explorie.com/some-link-4",
"image_url": "https://www.explorie.com/path/to/images/image4.jpg"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment