Closed beatrixcendana closed 3 years ago
How long do you think it will take to complete this? 3-5 hours
How long do you think it will take to complete this?
Checklist of everything you need to do to complete this issue [x] Created Timer trigger function (FoodReminder1 and FoodReminder2) since we have two clock reminders. [x] Set the timer (twice a day) -- using CRON expressions [x] Make sure the functions appear on the Azure Function Portal [x] Time to test (deploy) [x] Open Twilio and save all environment variables that are needed: TWILIO_SID, TWILIO_TOKEN, SENDER_NUMBER, RECIPIENT_NUMBER
Checklist of everything you need to do to complete this issue
FoodReminder1
FoodReminder2
TWILIO_SID
TWILIO_TOKEN
SENDER_NUMBER
RECIPIENT_NUMBER
[x] Start connecting with Twilio API using Twilio SMS binding --> added the bindings in function.json { "type": "twilioSms", "name": "message", "accountSidSetting": "TWILIO_SID", "authTokenSetting": "TWILIO_TOKEN", "from": "SENDER_NUMBER", "to": "RECIPIENT_NUMBER", "direction": "out", "body": "Azure Functions Testing" }
function.json
{ "type": "twilioSms", "name": "message", "accountSidSetting": "TWILIO_SID", "authTokenSetting": "TWILIO_TOKEN", "from": "SENDER_NUMBER", "to": "RECIPIENT_NUMBER", "direction": "out", "body": "Azure Functions Testing" }
[x] Edited the code in index.js
[x] Time to test and debug again
@beatrixcendana Sent feedback to your questions via our Slack :)
Done with week 2.
Week 2
📚👨💻 Start coding:
⭐ Description
⭐ ETA:
⭐ Objective:
[x] Start connecting with Twilio API using Twilio SMS binding --> added the bindings in
function.json
{ "type": "twilioSms", "name": "message", "accountSidSetting": "TWILIO_SID", "authTokenSetting": "TWILIO_TOKEN", "from": "SENDER_NUMBER", "to": "RECIPIENT_NUMBER", "direction": "out", "body": "Azure Functions Testing" }
[x] Edited the code in index.js
[x] Time to test and debug again