Just a few days back I was woken up by my angry father, which rightfully had to be directed to my brother because he was the culprit. He was the one to last serve dinner, and by the unsaid law, was the one responsible to keep the remaining in the refrigerator. Turns out he thought that I hadn't served dinner yet, and assumed I was the last one.
Registers the family information in the database, and on trigger sends tasks status and information. I used Twilio to create a Whatsapp chat service I used Velo to create the front-end, back-end database and to integrate Twilio into the project
Used twilio studio to control the flow of the tasks Used twilio functions, to host serverless functions Used wix-data as the back-end database Used wix-http-functions to expose the site URL for both get and put functions
Using wix-http functions to get access to the wix database was a tricky hurdle to overcome
Getting axios.put()
function to work
Using twilio studio, wix http function, serverless function
Twilio Studio- Ever since twilio's announcement to discontinue autopilot was made, I wanted to give studio a try so that I can get a better hold of the same functionality and migrate to studio. this was a great opportunity to put the skills into use. Twilio Functions- Serverless functions are on the rise, and using Twilio functions was a great experience wix-http-functions - From what axios is, to discovering the existance of the concept of exposing a site's API I've learned everything inbetween. Twilio - Wix Integration
For now the-last-server only supports a single functionality at a time. Perhaps with time, I plan the-last-server to act as a reference point for many tasks at a time.
- Webhook URL
set-task-complete
function URL- DevPost Link