Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

A sample Flask application that supports Twilio webhooks

License

Notifications You must be signed in to change notification settings

TwilioDevEd/webhooks-example-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning: This project is no longer maintained. Go to this tutorial for updated information about securing your Flask App for Twilio requests.

Webhooks Example (Flask)

An example application that demonstrates how to build webhooks with Twilio and Flask, visit this link.

Development

Getting your local environment setup to work with this app is ridiculously easy.

  1. Run the python flask file.
python app.py
  1. Open browser to http://localhost:5000/message. Should see a message that this method is not allowed, since only Twilio can make requests to this url-- see below.

  2. Tweak away on app.py.

Webhook with Twilio {#twilio}

To learn how Twilio uses these webhooks to connect calls and messages go here.

Meta

  • No warranty expressed or implied. Software is as is. Diggity.
  • MIT License
  • Lovingly crafted by Twilio Developer Education.

githalytics.com alpha

About

A sample Flask application that supports Twilio webhooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages