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

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