Skip to content

Instantly share code, notes, and snippets.

@ChloeCodesThings
Created June 3, 2019 21:48
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 ChloeCodesThings/9a147ac0c4edfdc808469191d216cf15 to your computer and use it in GitHub Desktop.
Save ChloeCodesThings/9a147ac0c4edfdc808469191d216cf15 to your computer and use it in GitHub Desktop.
The bindings for our pill reminder function (phone call)
{
"bindings": [
{
"name": "myTimer",
"type": "timerTrigger",
"direction": "in",
"schedule": "0 10 19 * * *"
},
{
"type": "twilioSms",
"name": "message",
"accountSidSetting": "TWILIO_SID",
"authTokenSetting": "TWILIO_TOKEN",
"from": "SENDER_NUMBER",
"direction": "out"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment