What it does

It uses ngrok to create a webhook that is connected to a Twilio phone number's messaging handler. This will send POST information to the Flask application.

How we built it

It is built by setting up a basic Python web application (Flask), then starting up ngrok to make this app accessible from the web. Finally, the Twilio webhook is set up to the application by using the ngrok URL that was created.

Accomplishments that we're proud of

I'm proud of being able to get it working so quickly.

What we learned

I learned more about Flask and ngrok.

What's next for Twilio Day 4 Challenge

I'm excited to get started on the Day 5 Challenge.

Built With

Share this project:

Updates