Send an SMS 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 City Name

Departure Airport IATA Code

Arrival City Name

Arrival Airport IATA Code

Outbound Date

Inbound Date

e.g.


SOLUTION

COMPLETED PROJECT