Skip to content

Instantly share code, notes, and snippets.

@NickHolcombe
Last active April 3, 2020 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickHolcombe/8d882ae21da9ca0586ff804a15c6ffc2 to your computer and use it in GitHub Desktop.
Save NickHolcombe/8d882ae21da9ca0586ff804a15c6ffc2 to your computer and use it in GitHub Desktop.
Example JSON object for Twilio function Blog Post - from https://www.brightec.co.uk/blog/podcasting-to-those-without-internet-access
{
"sermons":[
{
"id": 1,
"title": "Description for first mp3, e.g. Sunday 9:15",
"url": "<enter URL of first mp3>"
},
{
"id": 2,
"title": "Description for second mp3, e.g. Sunday 10:45",
"url": "<enter URL of second mp3>"
},
{
"id": 3,
"title": "Description for third mp3, e.g. Sunday 6:30",
"url": "<enter URL of third mp3>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment