Created
June 3, 2019 21:48
-
-
Save ChloeCodesThings/9a147ac0c4edfdc808469191d216cf15 to your computer and use it in GitHub Desktop.
The bindings for our pill reminder function (phone call)
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
{ | |
"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