whatsapp-calendar

Entry point: index.js
.env needed locally for credentials

Important Links (Read first)

Twilio Node environment setup:

Twilio Node Setup

Twilio Whatsapp API:

Link

ngrok for webhooks locally

Setup ngrok

Routes:

Sending messages

Files: [/routes/twilioHandler] and [/controllers/twilioWhatsapp]

[GET]: http://localhost:PORT/twilioAPI/sendMessage

[POST]: http://localhost:PORT/twilioAPI/sendMessage

Receiving messages (and replying)

Files: [/routes/twilioHandler]

[POST]: http://localhost:PORT/twilioAPI/receiveMessage