Send a Message using Twilio

The final step is to check if any of the flights found are cheaper than the Lowest Price listed in the Google Sheet. If so, then we should use the Twilio API to send an SMS with enough information to book the flight. You should use the NotificationManager for this job.

The message should include:

Price

Departure Airport IATA Code

Arrival Airport IATA Code

Outbound Date

Inbound Date


You can send an SMS:


Or a WhatsApp message



Add your Twilio secrets to the .env file

Don't forget to add your Twilio ID, Auth Token, Virtual number, and verified numbers to your .env file.




SOLUTION


COMPLETE PROJECT SOLUTION CODE